Closed (works as designed)
Project:
Job queue
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2008 at 16:15 UTC
Updated:
13 Sep 2009 at 02:07 UTC
I think it would be really useful if one could specify a callback function when placing items on the queue. The callback function would be called once the queue item was finished processing and the purpose would be to serve as a way to notify the original module that processing was completed.
Comments
Comment #1
doc2@drupalfr.org commentedRelated issue: #330027: Adding views support - implementation suggestions.
Comment #2
drummIntegrate this into the job's callback. If you need to, you could make a wrapper function that calls a function to do the work and another to do the logging.