Needs work
Project:
Job queue
Version:
6.x-3.1
Component:
Documentation
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2010 at 06:21 UTC
Updated:
30 Jul 2011 at 19:45 UTC
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.