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
Show the time between enqueued_at and created_at (when a worker claimed the job) on claimed executions in the jobs list. This is a direct measure of queue SLA — how long jobs waited in the queue before a worker picked them up.
Show the time between
enqueued_atandcreated_at(when a worker claimed the job) on claimed executions in the jobs list. This is a direct measure of queue SLA — how long jobs waited in the queue before a worker picked them up.