Barry Hughes
Barry Hughes
No bother; this should be picked up by the team shortlyâthough we have a bit of a backlog to work through. Sorry for the delay.
In addition to manually triggered solutions (whether admin UI or WP CLI-based), we could make the queue cleaner take care of thisâhowever, they could be treated as a separate case...
Closing, as it doesn't seem like there is an active need for this (and, it would be possible to implement from the parent application via a self-cancelling recurring action, etc).
`ActionScheduler_WPCLI_Scheduler_command` is present in the current codebase, so I assume we just forgot to close this one.
It would seem this must also impact WP Cronâwhen spawned asynchronously via HTTP requestsâand in essence is not an Action Scheduler-specific problem (also worth noting, in a case where WP...
@eddr, We have a [further fix](https://github.com/woocommerce/action-scheduler/pull/830) in the works, though efforts have been paused for some time while we prioritized other work. That said, in case you were not already...
Yep, it's not a complete solution: it (hopefully) solves one part of the problem, but there is still a race condition in the logic that schedules the replacement action (which...
Thanks for the offer! We may reach out once we're ready for some help. I *suspect* you are seeing the problem more frequently, because you're processing things more frequently. We'll...
Closing, since #634 was merged some time back and should avoid the core issue of actions being inadvertently processed ahead of schedule.