You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add a repeatable job with 'every' parameter I expect it runs every X seconds after the job created, but it's run every X seconds since the day started.
works as designed. This is a distributed queue and we need to execute the jobs in known time points, doing it as you expect will not guarantee unique repetitions when you have several workers processing the queue. More background here: OptimalBits/bull#1239
When I add a repeatable job with 'every' parameter I expect it runs every X seconds after the job created, but it's run every X seconds since the day started.
Simple test case:
Actual results:
Excepted results:
The text was updated successfully, but these errors were encountered: