Download & Extend

Job Queue vs Drupal Queue backport

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

#2

Component:Code» Documentation
Status:active» needs work

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.