This project is not covered by Drupal’s security advisory policy.
Queues are very useful when wanting to offload tasks to background processes. However it can be difficult to get an overview of how they are running. How long does it take before an item is processed? Are the resources allocated to processing items sufficient compared to how many items are generated?
Queue statistics tries to solve this problem by collecting and displaying
statistics about queues used on a Drupal site.
Currently supported statistics include:
- Number of items in queue
- Processing time per item
- Time spent in queue per item
- Processing rate per queue
- Estimated time before all current items are processed
Other modules can extend the module by implementing their own statistic as plugins.
Supporting organizations:
Sponsored development time
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.- Project categories: Administration tools, Developer tools, Integrations
20 sites report using this module
- Created by kasperg on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
2.0.0-beta3
released 22 August 2023
Works with Drupal: ^8 || ^9 || ^10
Updated for Drupal 10 compatibility.
Install:


