Barry Hughes
Barry Hughes
I'm sorry, it works for me (using both Firefox and Chrome). - I went to [lumiere.thunder-stores.com](https://lumiere.thunder-stores.com/) - I **manually navigated** to [lumiere.thunder-stores.com/shop](https://lumiere.thunder-stores.com/shop) † - I added an item to the...
OK, thank you: I can replicate (note to self, it's possible to see this using the Storefront theme). Re-opening and marking as a bug. At least in my testing, visiting...
This issue is in the queue, but I'm afraid we have not had time to work on it yet.
We can't commit to a specific timeline, I'm afraid. In most cases, this hopefully impacts only a small subset of users and so isn't currently planned for an upcoming release.
Looking into this, default ordering is already the same (or effectively the same) across data-stores: * CPT `ORDER BY wp_posts.post_date DESC` * COT `ORDER BY wp_wc_orders.date_created_gmt DESC` In the conversation...
✍🏽 Once we're sure this is the problem (once we have confirmation that the original case had orders with identical dates and times) we can close this and open a...
Thanks. I've updated the description and removed from the COT/HPOS project, since it is not specific to that work (though we will still need a change in the COT data-store...
Hi @k-zafar, > Can I re-schedule a failed job with new args? We don't currently support retries as a feature (but see this [proposed change](https://github.com/woocommerce/action-scheduler/pull/612), which is on-hold). Generally speaking,...
Related discussion [over here](https://github.com/woocommerce/action-scheduler/issues/842). Some key points: - The hook `action_scheduler_lock_duration` already exists, and it can be used to change the duration of different lock-types. - In practice, the only...
Hi @designhammer-tiffany, > Are there any plans in a future version to either make the cancelling of consistently failing actions optional or to control the failure threshold via UI? No...