• 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 command wp --url=example.com action-scheduler run --batches=1 is triggering AS queue,
    * disabled WP_CRON in wp-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.

    • This topic was modified 4 years, 9 months ago by pawelkmpt. Reason: additional info + formatting
  • The topic ‘Action Scheduler ran in system cron still times out’ is closed to new replies.