[PR #99] [MERGED] Allow user to pass ErrorHandler type #1612

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/99
Author: @hibiken
Created: 3/1/2020
Status: Merged
Merged: 3/1/2020
Merged by: @hibiken

Base: masterHead: feature/error-reporting


📝 Commits (4)

  • f007437 Add ErrorHandler type and add it to Config
  • 8a9efc0 Clean up processor test
  • 63695cf Call error handler when task was not processed successfully
  • 3242706 Add ErrorHandler type to changelog

📊 Changes

4 files changed (+74 additions, -33 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 background.go (+31 -2)
📝 processor.go (+8 -1)
📝 processor_test.go (+31 -30)

📄 Description

Closes #98


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/99 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 3/1/2020 **Status:** ✅ Merged **Merged:** 3/1/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/error-reporting` --- ### 📝 Commits (4) - [`f007437`](https://github.com/hibiken/asynq/commit/f007437067a96f5afcc6e443553b71d1db6e1036) Add ErrorHandler type and add it to Config - [`8a9efc0`](https://github.com/hibiken/asynq/commit/8a9efc0d257f81c7fb2c0205e178067779fe0736) Clean up processor test - [`63695cf`](https://github.com/hibiken/asynq/commit/63695cfb47ff537d2089d2fa5420c6200841ecf3) Call error handler when task was not processed successfully - [`3242706`](https://github.com/hibiken/asynq/commit/32427060989e1a965f19a628cb529595a55c1cea) Add ErrorHandler type to changelog ### 📊 Changes **4 files changed** (+74 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `background.go` (+31 -2) 📝 `processor.go` (+8 -1) 📝 `processor_test.go` (+31 -30) </details> ### 📄 Description Closes #98 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:11:33 +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#1612
No description provided.