- Issue created by @longwave
- πΊπΈUnited States mfb San Francisco
Did you have a concept for how to instrument the queue API? I didn't see anything obvious last I looked, unlike Laravel which fires events as jobs are processed. Might be necessary to alter/override the queue service and/or work on adding instrumentability to core queue?
- π¬π§United Kingdom longwave UK
Yeah I wasn't quite sure how we would go about this.. I think it would require overriding the queue backend or queue factory for the producer side, and the same or perhaps
Cron::processQueues()
for the consumer part. - πΊπΈUnited States mfb San Francisco
I'd like to see it built in to core - presumably by dispatching events - so no overriding would be necessary. So next step could be to file a core feature request