mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 10:05:53 +03:00
[GH-ISSUE #166] Could not retreive servers live data. #41
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#41
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 @StormYudi on GitHub (Oct 6, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/166
Hi, I have a problem with asynqmon:
Error
Could not retreive servers live data — See the logs for details
But I can see the redis server info from dashboard.
Command:
asynqmon --redis-addr=center.xxxxxxxxx:6380 --redis-db=1 --redis-password=xxxxxxxxxxxxxx
Asynq version:
v0.18.6
Asynqmon version:
0.2.3
Any idea? Thank you.
@hibiken commented on GitHub (Oct 6, 2021):
@StormYudi thanks for opening an issue!
Do you have asynq CLI installed? If so, would you mind running a few commands, such as:
asynq queue lsasynq server lsasynq stats@StormYudi commented on GitHub (Oct 6, 2021):
Thank you for your support, But I seem to find that it's a version mismatch. I will close this comment now..