Custom getRepeatJobId? #1890
Unanswered
matiaslopezd
asked this question in
Q&A
Replies: 1 comment
-
We have a PR on the works that may do what you need: #1824 |
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
-
Hi! I want to know if is possible to override the
getRepeatJobId
generation because Im trying to useuuid
for repeatable and non-repeatable jobs, but only works for non-repeatable. (I read the docs Jobs ID) and API reference.bullmq/src/classes/repeat.ts
Lines 204 to 214 in 0acfb79
So the output of the
getRepeatJobId
could beuuid
instead composition ofrepeat:checksum:nextMilis
?An finally, how works id, jobId, jobId repeatable and repeatJobKey?
Beta Was this translation helpful? Give feedback.
All reactions