mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-27 01:55:51 +03:00
[GH-ISSUE #163] Asynqmon Web UI Does not support redis #40
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#40
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 @Jamie-Jan on GitHub (Sep 28, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/163
@hibiken commented on GitHub (Sep 30, 2021):
@TankJam thank you for opening an issue! Where is your redis process running? Is in a docker container? or on the host machine?
If redis-server is running directly on the host machine you should provide
--redis-addr=host.docker.internal:6379(Mac and Windows)@justpoypoy commented on GitHub (Oct 4, 2021):
hi @hibiken i am got same issue on my dev server, my redis server running on host machine in centos 7. i am running asynqmon use docker with default config
@Jamie-Jan commented on GitHub (Oct 8, 2021):
I tried what you said,But it still can't be solved
I Execute the following command:
docker run --rm
--name asynqmon
-p 8080:8080
hibiken/asynqmon --redis-addr=host.docker.internal:6379
result:

@Jamie-Jan commented on GitHub (Oct 8, 2021):
I Execute the following command:
docker run --rm
--name asynqmon
-p 8080:8080
hibiken/asynqmon --redis-addr=host.docker.internal:6379
@hibiken commented on GitHub (Oct 8, 2021):
Sorry to hear.
What OS are you using? And where is your redis-server running?
@elvinRoehl commented on GitHub (Oct 14, 2021):
I have same issue, too. I am using MacOS & running my redis-server & asynqmon on docker container.
^These are my commands. I have check my redis-server is running and able to be connected by successfully sending msgs with asynq client & consuming with asynq server.
@hibiken commented on GitHub (Oct 14, 2021):
@elvinRoehl
If you are running redis in a docker container, can you try running a command like this?
@justpoypoy commented on GitHub (Oct 15, 2021):
Updated:
it turns out that the version of redis on my server is still version 3. So i am upgraded latest version of redis 6.2.6. So currently is no problem.
@hibiken commented on GitHub (Oct 22, 2021):
I'm closing this since this seems to be version skew issue.
Feel free to re-open if you encounter similar errors.