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
I have created a repeatable job which runs every 20 seconds. There is only 1 worker processing the job. Each job takes 1 minute to finish.
However I could see after 20 seconds, another job is created. As per my understanding, the next repeatable job must be created only after the current job is processed right. That is after 1 minute.
Can someone explain how exactly bullmq creates repeatble job.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have created a repeatable job which runs every 20 seconds. There is only 1 worker processing the job. Each job takes 1 minute to finish.
However I could see after 20 seconds, another job is created. As per my understanding, the next repeatable job must be created only after the current job is processed right. That is after 1 minute.
Can someone explain how exactly bullmq creates repeatble job.
Beta Was this translation helpful? Give feedback.
All reactions