mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #127] got a 502 when state has tasks #726
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#726
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 @mailbaoer on GitHub (Jul 2, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/127
my asynqmon version is 0.20, and asynq version is 0.18, when a state have tasks, it will show 502 error page, but have no tasks is ok


the panic log is below
@crossworth commented on GitHub (Jul 2, 2021):
Hi, looks like you have an invalid uuid on Redis (or invalid protobuf message).
Did you follow the migration guide?
https://github.com/hibiken/asynq/wiki/Version-Upgrade-Guide-%28from-0.17-to-0.18%29
@mailbaoer commented on GitHub (Jul 4, 2021):
sorry, that's my fault, one server has not update successfully, so it send the old data, thank you for your answer