This module has been heavily inspired by Matt Glaman's blog post Using ReactPHP to run Drupal tasks.

The module allows to configure recurring runners that will run on specific intervals. A runner consists of a command, actually PHP file and its command line parameters. For each runner, the site builder should specify a running interval in seconds.

A runner can be restarted automatically, on cron, after an accidental stop, such as a server or services reboot.

The module has no Drupal dependencies but depends on ReactPHP.

Project information

Releases