Replies: 1 comment
-
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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