Closed (fixed)
Project:
Advanced Queue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
12 Nov 2012 at 14:02 UTC
Updated:
6 Dec 2012 at 18:40 UTC
Jump to comment: Most recent file
Patch does some cleanup, removing unused files (non-existing Test, and a returned early JS)
Pass the item-ID and end-time to the worker callback, so they can act upon it. My use case is Message-subscribe, where I want the worker to manage itself it's own claimed item.
Add an example module, to helps developers understand what happens when they drush advancedqueue-process-queue --all
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1838396-advancedqueue-3.patch | 21.4 KB | amitaibu |
| #3 | interdiff-3.txt | 11.97 KB | amitaibu |
| #2 | 1838396-cleanup-advacned-queue-2.patch | 14.8 KB | amitaibu |
| cleanup-advacned-queue-1.patch | 14.75 KB | amitaibu |
Comments
Comment #1
amitaibuGoing to do some more work on it, to pass more info to the worker callback.
Comment #2
amitaibuComment #3
amitaibuNote this API change, which IMO is a nicer DX.
Comment #4
amitaibuCleaned up code a bit more, and committed.