Skip to main content
Main menu
Home
Articles
Forums
Portfolios
Contact
You are here
Home
Queue Example: Insert and remove
This page is an interface on the Drupal queue API. You can add new items to the queue, "claim" one (retrieve the next item and keep a lock on it), and delete one (remove it from the queue). Note that claims are not expired until cron runs, so there is a special button to run cron to perform any necessary expirations.
Choose queue
queue_example_first_queue
queue_example_second_queue
Insert into queue
Claim from queue
Claim time, in seconds
none
5 seconds
60 seconds
This time is only valid if cron runs during this time period. You can run cron manually below.
Queue status
Queue status for queue queue_example_first_queue:
There are no items in the queue.