iqual / scheduler_cron
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (3.0) of this package.
Links the scheduler's leightweigt cron to page requests.
Package info
github.com/iqual-ch/iqual-schedule-cron
Type:drupal-custom-module
pkg:composer/iqual/scheduler_cron
3.0
2023-06-06 11:37 UTC
Requires
- drupal/scheduler: ^1.4
README
This module has been renamed to Scheduler Request Cron and transfered to git.drupalcode.org for the purpose of making it an Open-Source Drupal.org project.
Link to Drupalcode Repository: https://git.drupalcode.org/project/scheduler_request_cron
Drupal.org Scheduler Request Cron: https://www.drupal.org/project/scheduler_request_cron
Scheduler Cron
This module runs the Scheduler cron job after automatically after requests. The interval between executions can be set.
Prerequisites
This module requires the following Drupal modules:
Installing
- Create a folder named scheduler_cron in the modules directory of the Drupal installation.
- Move the files within the created directory.
- Activate module.
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.