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.