This module automatically runs the Scheduler cron job whenever a page is requested on your site, with a configurable interval to control how often it executes.
This module runs the Scheduler cron job automatically after requests. The interval between executions can be set.
Prerequisites
This module requires the following Drupal modules:
Installing
Install the module using composer: composer require drupal/scheduler_request_cron
Options
- Interval: The minimum interval in minutes between executions. The cron is only run when a page is requested. Defaults to 5 minutes.
- Log: Enables logging of the cron execution (additionally to Scheduler log). Defaults to false.