mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #758] [MERGED] feat(*): correct panic error #2871
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#2871
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?
📋 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:
master← Head:feat/correct-panic-error📝 Commits (9)
8215412error panic handlingf915368Merge branch 'master' of github.com:linhbkhn95/asynq9c59451Merge branch 'hibiken:master' into masteradc5d9bupdated CHANGELOG.md file4edef08Merge branch 'hibiken:master' into master8bed28bcorrect msg panic error (#5)e946388Merge branch 'hibiken:master' into masterf6b0de5Merge branch 'hibiken:master' into master4cee58ecorrect 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.