Replies: 1 comment 2 replies
-
Job data is immutable. However, a completion job is created with the data you pass as the arg to done(), or whatever you return from an async handler. You can use onComplete() or fetchComplete() to retrieve it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know if there is a way to keep the job data updated (like a state).
I miss understood
job.done(error, data)
and I was thinking that data will update the job's data for a future cycle.It's help me to keep a job state on the next retry.
Beta Was this translation helpful? Give feedback.
All reactions