mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #294] Support for adding failed tasks filter? #75
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#75
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 @naimoon6450 on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/294
Would be great to see a filter for the failed tasks for further debugging etc. (if it makes sense ofc)
Assuming there would be need additional endpoints added to support that as I don't see any here
@nilskuhn commented on GitHub (Jun 13, 2025):
Actually this seems to be a pretty important and basic feature for me. I just started to use async and asyncmon: Where else could I see just the failed tasks? Logs? Async dash cli?
I am running > 700.000 tasks, how to find the, lets say 12 errors / fails?
Am I missing something?