mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #403] [BUG] Got panic when starting service #1194
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#1194
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 @hieunguyen1809 on GitHub (Feb 20, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/403
Originally assigned to: @hibiken on GitHub.
Hi guys, today I found that my service suddenly panic with this error. I'm using asynq version 0.18.6, not sure how can I fix it.
@hibiken commented on GitHub (Feb 22, 2022):
@hieunguyen1809 Thank you for reporting an issue! (Sorry for the delay in response).
Could you provide the output from these commands? (Ideally no server is running while you run these commands)
(substitude the
<qname>with your queue name)The above command will give you the list of task IDs and use the IDs to run the following command (substitude <task_id> with the ID returned from the previous command).
To get more context, did you happen to upgrade asynq version from v0.17.x to v.18.x? If so, there were a few breaking changes between these versions and the upgrade guide is documented here.
Let me know if you have any questions!
@hieunguyen1809 commented on GitHub (Feb 24, 2022):
I do not have access the prod redis directly but the server start normally after I upgrade to the latest version 0.21.0. Sorry, I'm busy these days so I forgot to reply.
@hieunguyen1809 commented on GitHub (Feb 24, 2022):
I do not have access the prod redis directly but the server start normally after I upgrade to the latest version 0.21.0. Sorry, I'm busy these days so I forgot to reply.
@hibiken commented on GitHub (Feb 24, 2022):
Got it. I'll close this for now since we can't reproduce.
@ahloul commented on GitHub (Apr 16, 2023):
@hibiken I have the same issue

there are some empty values too

my version is v0.18.4