Replies: 2 comments
-
hi @gee4vee, we have a delayed event https://api.docs.bullmq.io/interfaces/v5.QueueEventsListener.html#delayed, so you may need to get the job instance from that jobId to validate if a job is an instance of a repeatable job |
Beta Was this translation helpful? Give feedback.
0 replies
-
@roggervalf Are there any guarantees about the order of this event with respect to the job being picked up by a worker? I would like the event to be processed by my application before the worker starts processing the next 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
Uh oh!
There was an error while loading. Please reload this page.
-
If I create a job with a cron repeat strategy, is there a way to be notified when the next repeat job is added to the queue? I would like to act on that to create things in my application as long as the repeatable jobs are being added.
Beta Was this translation helpful? Give feedback.
All reactions