Replies: 1 comment 3 replies
-
|
Which version of BullMQ are you using? I am confused because you are referring to a different repo than this one... |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi,
I want to create repeatable job every 1 minute, but run at 3 hours from now in future and subsequently follow every 1 minute. However the job is getting triggered immediately every minute.
startDatenordelayworks for starting a repeatable job sometime in the future OptimalBits/bull#1786 , however this seem not working. I have created a nee queue and tried still not working.startDatenordelayworks for starting a repeatable job sometime in the future OptimalBits/bull#1786 (comment)So the whole point is, the
startDatedoes not work, and it was suggested to usedelayand whendelayused, we cannot use with cron patterns and to run cron patterns at future usestartDate-> A contradictionBeta Was this translation helpful? Give feedback.
All reactions