Closed (fixed)
Project:
Drupal Queue
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2010 at 19:32 UTC
Updated:
21 Oct 2010 at 02:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
dave reidComment #2
voxpelli commentedCould it be optional? I imagine that the reason hook_cron() isn't used is so that you can aggressively run many parallel workers on the queue? Most people won't need to do that, but for those who do it should be possible - right?
Comment #3
dave reid@voxpelli: The patch in #1 makes it optional, but enabled by default as we shouldn't have to burden users with another manual cron job. By setting
$conf['drupal_queue_on_cron'] = FALSE;this feature is disabled.Comment #4
alex_b commented#3: right. This is RTBC from my point of view, btw. Dave Reid: feel free to commit. Otherwise I'll get around to it one of these days.
Comment #5
zoo33 commentedPatch tested with a custom queue implementation. Works fine on regular cron runs!
Comment #6
dave reidCommitted to CVS: http://drupal.org/cvs?commit=432654
Thanks everyone!