[GH-ISSUE #98] [FEATURE REQUEST] Better support for error reporting #1042

Closed
opened 2026-03-07 22:04:29 +03:00 by kerem · 0 comments
Owner

Originally created by @hibiken on GitHub (Feb 28, 2020).
Original GitHub issue: https://github.com/hibiken/asynq/issues/98

Originally assigned to: @hibiken on GitHub.

Is your feature request related to a problem? Please describe.
We should provide a hook to allow users of the library to customize error reporting.

Describe the solution you'd like
Add "Listener" field in Config for events that users would care about

  • When handler returns an error and will be retried
  • When task exhausts its retry count and moved to dead queue.

Describe alternatives you've considered
None for now.

Originally created by @hibiken on GitHub (Feb 28, 2020). Original GitHub issue: https://github.com/hibiken/asynq/issues/98 Originally assigned to: @hibiken on GitHub. **Is your feature request related to a problem? Please describe.** We should provide a hook to allow users of the library to customize error reporting. **Describe the solution you'd like** Add "Listener" field in `Config` for events that users would care about - When handler returns an error and will be retried - When task exhausts its retry count and moved to dead queue. **Describe alternatives you've considered** None for now.
kerem 2026-03-07 22:04:29 +03:00
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#1042
No description provided.