Action Scheduler ran in system cron still times out
-
I have Action Scheduler actions which are running for a long time, a way longer than PHP and nginx request limits.
To avoid timeouts I:
* set up system cron job which with following commandwp --url=example.com action-scheduler run --batches=1
is triggering AS queue,
* disabledWP_CRON
inwp-config.php
,
* installed Action Scheduler – Disable Default Queue Runner plugin,but for some reason actions keep timing out after 300 seconds, which is unexpected.
Could you point out what I might be doing incorrectly? My setup is multisite.
- The topic ‘Action Scheduler ran in system cron still times out’ is closed to new replies.