Posted by LPCA on September 1, 2010 at 6:21am
2 followers
Jump to:
| Project: | Job queue |
| Version: | 6.x-3.1 |
| Component: | Documentation |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Hello
Drupal Queue backport for D6 is a working adaptation of D7 Queue system.
It seems that it's functionality overlaps with the older contrib module Job Queue from D5/D6.
If so, should this module be abandoned/deprecated in favor of the new one?
Perhaps some text in the page notifying users?
Thanks for the efforts though :)
Comments
#1
Oops forgot the link: http://drupal.org/project/drupal_queue
#2
deprecate in favor of drupal queue?
#3
Unlike Queue API job_queue provides a queue consumer plugged on hook_cron(), so the functionality is not exactly equivalent. Using Queue API module means you have to implement your queue consumer somewhere.