This project is not covered by Drupal’s security advisory policy.

This module provides an Entityqueue handler that allows creating scheduled subqueues. It allows you to schedule changes to the queue, allowing you not only to change what items are published in the queue at a given time but also in what order they should appear.

Dependencies

This module requires that cron is running.

Known Issues

There appears to be a bug in the Date API module. Please try the patch in #2880395: Fatal error: DateTimeZone could not be converted to string if you run into issues and post a review in that issue.

Configuration and Features

When you create a new Entityqueue and select the "Scheduled queue" handler, you automatically get a "Live" subqueue. From there you can add new subqueues, each subqueue requires a unique date on which it should be published.

Differences from other Modules

This module does not depend on the Scheduler module. While named similarly, the two modules do different things. Scheduler allows scheduling the publishing and unpublishing of nodes. Entityqueue Scheduler allows scheduling the items in your entityqueue through subqueues.

Project information

Releases