mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #1057] How to find just failed tasks #2532
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2532
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nilskuhn on GitHub (Jun 13, 2025).
Original GitHub issue: https://github.com/hibiken/asynq/issues/1057
Hi there,
I just started to use async and asyncmon and I have a pretty basic question: Where do I see just the failed tasks? Asyncmon? Async dash cli? Logs?
I am running > 700.000 tasks and need a possibility to just see the failed ones. I don't see a filter for that in asyncmon:
This should be a pretty important feature, am I missing something?
@kamikazechaser commented on GitHub (Jun 24, 2025):
CLI and asynqmon both allow you to see the failed task along with the reason. See the retry and archive tab for failing tasks. See the wiki for Task lifecycle to understand how tasks state change works.