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
Comment #1
lpalgarvio commentedOops forgot the link: http://drupal.org/project/drupal_queue
Comment #2
lpalgarvio commenteddeprecate in favor of drupal queue?
Comment #3
fgmUnlike 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.