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
Is your feature request related to a problem? Please describe.
I think I need to suspend a certain server node to receive and process tasks
Describe the solution you'd like
asynq server pause
asynq server unpause
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
When a certain node needs to be updated, I cannot directly kill the process. I must first suspend receiving tasks and wait for all current tasks to be executed before I can update.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I think I need to suspend a certain server node to receive and process tasks
Describe the solution you'd like
asynq server pause
asynq server unpause
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
When a certain node needs to be updated, I cannot directly kill the process. I must first suspend receiving tasks and wait for all current tasks to be executed before I can update.
The text was updated successfully, but these errors were encountered: