Replies: 1 comment
-
That is the "timestamp" field of the job. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see the field on Job:
processedOn
. From how I understand it,processedOn
is when the job was starting processing, i.e., a worker picked it up. Is there a way to get the time when a job was added to a queue? for example, whenqueue.add(...)
is called? I can't find a field anywhere for this and it's useful to know the "lag" time between when a job is added and picked up.Beta Was this translation helpful? Give feedback.
All reactions