Closed (fixed)
Project:
Advanced Queue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
11 Feb 2013 at 14:56 UTC
Updated:
29 Apr 2014 at 10:30 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
amitaibuWork in branch
1914202Comment #2
amitaibuHere's a good start. It includes changes to function names, as I want to remove the word Drush since items may be processed via cron (and in the future via batch API).
Comment #3
amitaibuComment #4
amitaibuLet's just use a checkbox to say if should use cron or not.
Comment #5
amitaibuAlso default should be that hook_cron should be processed, as this will allow newbies to install it and use queued items.
Comment #6
amitaibuAddressed #4 and #5, and added an entry in README.txt
Comment #7
amitaibuComment #7.0
amitaibuUpdated issue summary.
Comment #8
ekes commentedI've been using this, 1914202 branch, now for writing tests on a module that extends advancedqueue. I've also been using it successfully on Pantheon and the same code is also running on a site using Drush advancedqueue-process-queue to work off the queue.
I've simplified the test that I was writing to just test the advancedqueue cron functionality. It requires the test becoming a module as it needs to add queues and a worker. Attached if it helps (git diff against 1914202 branch).
Comment #10
ekes commentedAnd the patch, with the previous issue patches, ie. against 7.x-1.x, just in case it keeps testbot happier.
Comment #10.0
ekes commentedUpdated issue summary.
Comment #12
bojanz commentedCould someone reroll the patch?
Comment #13
bojanz commentedOkay, I rerolled it, tests still pass, manual tests using Drush also fine. Pushed. Thanks!