insta_queue
Security covered
Insta Queue provides real-time queue processing for Drupal without waiting for cron runs. It works seamlessly with both Drupal core and third-party module queues.
Are you tired of waiting for the next cron run to get your queues processed? Ever wished for the queue items to be processed automagically as soon as new items get added to the queue?Fear no more: Insta Queue comes to the rescue!
Key Features:
- Instant queue processing - items are processed as soon as they're added
- Parallel processing of multiple queues
- Uses core database queue implementation under the hood
- No modifications to Drupal core queue system
- Supports Queue UI module
- Automatic queue monitoring and processing
- Built-in timeout protection against memory leaks
This module is perfect for sites that need immediate queue processing without waiting for the next cron run. It's especially useful for time-sensitive operations where real-time processing is crucial.
Note: This module requires the Insta Queue Scheduler program to be running alongside your Drupal installation. The scheduler can be configured to use either TCP or Unix sockets for communication.
Requirements
- Drush (at least v12)
- Insta Queue Scheduler program installed
Whether the scheduler program can be setup for your Drupal installation depends on your hosting environment.