[GH-ISSUE #800] [FEATURE REQUEST] Is it possible to provide an API to view information about ongoing tasks? #2418

Open
opened 2026-03-15 20:24:59 +03:00 by kerem · 1 comment
Owner

Originally created by @dogger123 on GitHub (Jan 4, 2024).
Original GitHub issue: https://github.com/hibiken/asynq/issues/800

Originally assigned to: @hibiken on GitHub.

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.

Originally created by @dogger123 on GitHub (Jan 4, 2024). Original GitHub issue: https://github.com/hibiken/asynq/issues/800 Originally assigned to: @hibiken on GitHub. **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.
Author
Owner

@Harrison-Miller commented on GitHub (Jan 6, 2024):

There is a webui, a cli and go client (inspector) for this.

<!-- gh-comment-id:1879544753 --> @Harrison-Miller commented on GitHub (Jan 6, 2024): There is a webui, a cli and go client (inspector) for this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#2418
No description provided.