mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #311] I can’t view the specific status of the task operation these days. What is the reason? #1145
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#1145
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 @LINJINTIANDE on GitHub (Aug 13, 2021).
Original GitHub issue: https://github.com/hibiken/asynq/issues/311
Originally assigned to: @hibiken on GitHub.
I can’t view the specific status of the task operation these days. What is the reason?


As long as there is running in the queue, you cannot see the data running redis
@hibiken commented on GitHub (Aug 14, 2021):
Hi @LINJINTIANDE, thank you for opening this issue.
Which version of asynq package and asynqmon are you using?
This may be version compatibility issue.
@LINJINTIANDE commented on GitHub (Aug 14, 2021):
ansyq v0.17.1 ,asynqmon is the latest version
@LINJINTIANDE commented on GitHub (Aug 14, 2021):
Upgrade asynq v0.18.3, check the queue details, the following error occurred


@hibiken commented on GitHub (Aug 14, 2021):
I see. This has come up a number of times; asynq 0.17.x is compatible with asynqmon 0.1.x.
(If you are using docker, I'd suggest you pin the version number of the image).
When you upgrade from asynq 0.17 to 0.18, did you follow the guide at https://github.com/hibiken/asynq/wiki/Version-Upgrade-Guide-(from-0.17-to-0.18)?
@LINJINTIANDE commented on GitHub (Aug 14, 2021):
Upgrade to asynq v0.18.3 is normal, thank you for your reply