Is your feature request related to a problem?
When using k8s' ability to do rolling updates, I'd like to be able to keep the old pod alive if I check that asynq has task in progress, and then kill the old pod when the task has finished execution
Describe the solution you'd like
Provide APIs to query the information of tasks in different states, including the number of tasks, task types, etc.
Is your feature request related to a problem? When using k8s' ability to do rolling updates, I'd like to be able to keep the old pod alive if I check that asynq has task in progress, and then kill the old pod when the task has finished execution
Describe the solution you'd like Provide APIs to query the information of tasks in different states, including the number of tasks, task types, etc.