[PR #758] [MERGED] feat(*): correct panic error #2871

Closed
opened 2026-03-15 21:07:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/758
Author: @linhbkhn95
Created: 10/8/2023
Status: Merged
Merged: 5/6/2024
Merged by: @kamikazechaser

Base: masterHead: feat/correct-panic-error


📝 Commits (9)

  • 8215412 error panic handling
  • f915368 Merge branch 'master' of github.com:linhbkhn95/asynq
  • 9c59451 Merge branch 'hibiken:master' into master
  • adc5d9b updated CHANGELOG.md file
  • 4edef08 Merge branch 'hibiken:master' into master
  • 8bed28b correct msg panic error (#5)
  • e946388 Merge branch 'hibiken:master' into master
  • f6b0de5 Merge branch 'hibiken:master' into master
  • 4cee58e correct msg panic error

📊 Changes

1 file changed (+4 additions, -6 deletions)

View changed files

📝 processor.go (+4 -6)

📄 Description

Background

Currently, the Panic error show seems redundant with the processor error log.

Why did we need it?

Correct panic error msg

Issue Link

https://github.com/hibiken/asynq/issues/745


🔄 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/758 **Author:** [@linhbkhn95](https://github.com/linhbkhn95) **Created:** 10/8/2023 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `feat/correct-panic-error` --- ### 📝 Commits (9) - [`8215412`](https://github.com/hibiken/asynq/commit/821541215c8ad7cc7db109e6de8af4eff9d7a396) error panic handling - [`f915368`](https://github.com/hibiken/asynq/commit/f915368ea5381dd45d7c9220318eda8f11863af7) Merge branch 'master' of github.com:linhbkhn95/asynq - [`9c59451`](https://github.com/hibiken/asynq/commit/9c59451fd3d29e3faa28c82c2d06d54807aa110f) Merge branch 'hibiken:master' into master - [`adc5d9b`](https://github.com/hibiken/asynq/commit/adc5d9b8ee6577ae56a590d819b131b47d2e105e) updated CHANGELOG.md file - [`4edef08`](https://github.com/hibiken/asynq/commit/4edef0845737fbb04449dc4aaa9e05cfa0a87508) Merge branch 'hibiken:master' into master - [`8bed28b`](https://github.com/hibiken/asynq/commit/8bed28b66f50b8c402441c36cc013170441dd50e) correct msg panic error (#5) - [`e946388`](https://github.com/hibiken/asynq/commit/e9463882db2181685b2c2dc1c4aa47c7ceb0291b) Merge branch 'hibiken:master' into master - [`f6b0de5`](https://github.com/hibiken/asynq/commit/f6b0de5c065dc444cda88cc11bead8e6f7363b4a) Merge branch 'hibiken:master' into master - [`4cee58e`](https://github.com/hibiken/asynq/commit/4cee58ec0a678d6c23028ac0477de16bfb77651b) correct msg panic error ### 📊 Changes **1 file changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `processor.go` (+4 -6) </details> ### 📄 Description # Background Currently, the Panic error show seems redundant with the processor error log. # Why did we need it? Correct panic error msg # Issue Link https://github.com/hibiken/asynq/issues/745 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:07:59 +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#2871
No description provided.