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.

Installs: 1 050

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:drupal-custom-module

3.0 2023-06-06 11:37 UTC

This package is auto-updated.

Last update: 2023-07-06 14:00:55 UTC


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

  1. Create a folder named scheduler_cron in the modules directory of the Drupal installation.
  2. Move the files within the created directory.
  3. 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.