mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 01:55:51 +03:00
[GH-ISSUE #214] Getting Error: Could not retrieve queues live data — See the logs for details #752
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#752
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 @munnu-kumar on GitHub (Feb 15, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/214
I am getting below error on dashboard:
Could not retrieve queues live data — See the logs for details
I have build docker image locally and executed command: docker run --rm
--name asynqmon
-p 8080:8080
hibiken/asynqmon
Note: I am able to connect to my redis server through asynq library in my service
@hibiken commented on GitHub (Feb 24, 2022):
@munnu-kumar thanks for opening an issue! (Sorry for the delay in response).
Are you running redis in a docker container or directly on the host machine?
If it's the latter, then you probably need to pass a flag like this
--redis-addr=host.docker.internal:6379@hibiken commented on GitHub (Mar 2, 2022):
Any luck?
@wricardo commented on GitHub (Mar 2, 2022):
I'm having the same problem. It just started happening today. I'm using the latest docker image of asynqmon.
This is my redis info:
@hibiken commented on GitHub (Mar 2, 2022):
@wricardo thanks for reporting! Could it be the version compatibility issue with the core Asynq library (see this chart for version compatibility between core library and the web UI).
@hibiken commented on GitHub (Mar 4, 2022):
Closing this.
@digi0pz commented on GitHub (Feb 13, 2026):
Hi @hibiken,
Which version to use for asynq
0.25.1and asynqmon0.7.2.We are facing the same issue as above.