Replies: 1 comment
|
you can use concurrencyLimit: 1 and queue options |
0 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a task, let's say
sync_orders, which runs every 5 minutes, but let's say the current running task is still not finishedHow do i prevent another
sync_ordersfrom running again until the first one is not completedIn other words there can be only one instance of task be running at any given time
All reactions