How do I use jobId when creating job #2132
Unanswered
wernermorgenstern
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have a question. When creating a job (queue.add(...)) there is an optional parameter for
jobId
.What is the recommended option for each type of job?
As far as I have read, for repeatable jobs, the jobId can be specific to make it unique. However, when I restart the service, I don't want to create another repeatable job (because jobId is ulid() - a uuid).
I am a bit confused on the jobId option.
Is there a way to get some clarification around that please?
Beta Was this translation helpful? Give feedback.
All reactions