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

lpalgarvio’s picture

lpalgarvio’s picture

Component: Code » Documentation
Status: Active » Needs work

deprecate in favor of drupal queue?

fgm’s picture

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.