Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

This module lets you schedule when specific background tasks, managed by Drupal's queue system, should be triggered. It's useful for running large, automated processes at set intervals, like hourly or daily, without needing user interaction. A queue item is added at your specified time during the regular cron run, and the task is processed as usual.

Cron Queue Invoker allows developers to specify a time interval on which they want the Queue to be invoked. This makes it very easy for developers to specify processes that they want to run once a day or once an hour.

This is ideal for back end process that you need to happen at automatic intervals without user triggered interactions, but are potentially too large for processing in a single cron run. A queue item will be added at the specified interval as part of the regular cron run. Queue processing them happens as per the usual rules. Large tasks can either be generated in a separate queue or by having the queue worker re-queue itself until the process is complete.

With the cron_queue_invoker module installed, simply specify the 'cron_invoke' key in the plugin definition.

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
1
Tracked since
Jul 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 1
Maintenance
Dormant

Releases

Version Type Core Release date
2.0.0-alpha5 Pre-release 8–10 Jul 18, 2025