A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.
i am facing issue with woocomerce action scheduler my site have this error after ddos attack
i tried everything to make it work but it doesnt help so i placed the version of my site at which my site is working perfectly fine
and checked everything working fine but after 2 days same thing happend and i am back to square zero
my issue is my automatic functions are not working automatically like when someone place the order it wont update the net sales amount i have to run those functions automatically by going at woocomerce and then clicking status and then click run which is not good totally so i need some expert help because i am out of ideas right now..
before ddos attack i am just using wp-rocket and now after ddos attack i am also using cloudfare on my site ...
i have also applied page rules so that it wont cache anything but still it work but after back 2 days still past due actions
It's worth checking if the problem is only with Action Scheduler, or if WP Cron has also stopped working. A good guide for this can be found here (though written for users of WooCommerce Subscriptions, the general principles are transferrable). In short, if both have stopped working then it is likely that something—be that CloudFlare or the way your hosting environment is set up—is blocking things.
Can you run scheduled actions manually, via the Tools → Scheduled Actions admin screen? If so, that again suggests the problem may be with your hosting environment, or with an addon service like CloudFlare, and not directly with Action Scheduler.
Do you have access to the command line, and to the WP CLI tool? If you do, you could consider setting up a crontab rule (or equivalent) that invokes Action Scheduler's queue runner this way: wp action-scheduler run. You may wish to speak to your host for advice on how to do this in your particular environment.
i am facing issue with woocomerce action scheduler my site have this error after ddos attack i tried everything to make it work but it doesnt help so i placed the version of my site at which my site is working perfectly fine and checked everything working fine but after 2 days same thing happend and i am back to square zero
my issue is my automatic functions are not working automatically like when someone place the order it wont update the net sales amount i have to run those functions automatically by going at woocomerce and then clicking status and then click run which is not good totally so i need some expert help because i am out of ideas right now..
before ddos attack i am just using wp-rocket and now after ddos attack i am also using cloudfare on my site ... i have also applied page rules so that it wont cache anything but still it work but after back 2 days still past due actions