Allow other modules to programmatically create and manipulate their own job queues
mustafau - March 29, 2008 - 17:59
| Project: | Job queue |
| Version: | 5.x-3.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
This functionality can be implemented similar to the Cache API in the core. Modules can define their own database tables and manipulate their own job queues.
I can provide patches for this.

#1
I do not think this level of complexity is needed. Jobs can already be prioritized by function. Other improvements for the existing queue might be considered, but I would like to keep the module as lightweight as possible.