You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add messaging.message.receive.latency as it is required for some of the functionality of the queues module.
Solution Brainstorm
We might be able to do something similar to Laravel; from Michi:
In Laravel, we inject a timestamp into the payload when a job gets queued, and can calculate the delta once it is being processed. I don’t know the internals of Celery, but maybe this is possible as well?