mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #296] WebUI not loading Queues #427
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#427
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 @jirevwe on GitHub (Mar 22, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/296
Hi 👋🏿,
I'm on running asynq: 0.23.0 and asynqmon: 0.7.1 in my production environment and I have been unable to access the Web UI, when this happened in the past running
flushallin redis fixed it (got the idea from #149), but I can't afford to do that now as I am storing other things in redis.What do you think caused this (so I can prevent this from happening in the future) and how can I get it to work without clearing all the keys?
I attached a screenshot of the error. Thanks in advance.
@netixx commented on GitHub (Sep 13, 2023):
I have the same issue, I ran flushall, but it didn't solve my issue either.
@MrRobo-t commented on GitHub (Sep 14, 2023):
Facing the same issue.. It momentarily shows the active task.. That's all I get.. There is no archive task coming in..
@hibiken Can you please help on this? I have build using the docker image .. I am getting graph for task processed though.. The db is deployed on aws elasticache redis..
@netixx commented on GitHub (Sep 14, 2023):
I looked at the call graph for the
/queuesroute, and given the error is lua running in redis, my guess is that the issue is in this script:Since the issue is the "bytes", then I guess more specifically here:
running asynqmon v0.7.2
and asynq v0.24.1
This part of the code is asynq code (internal/rdb/inspect.go). All calls to
CurrentStatsshould be impacted as well.@Psuta90 commented on GitHub (Oct 12, 2023):
any fix for this issue
@Psuta90 commented on GitHub (Oct 12, 2023):
i got the same issue
@Psuta90 commented on GitHub (Oct 12, 2023):
the redis connected but cannot get the queues
@ianmuhia commented on GitHub (Oct 12, 2023):
@Psuta90 share logs from the asynqmon server.
@Psuta90 commented on GitHub (Oct 13, 2023):
i try to scheduled task is success in terminal manualjobs is succes but in asynqmon is not showing the queues
in the sidebar server is showing but i click is not working like previous picture

@Psuta90 commented on GitHub (Oct 13, 2023):
@Psuta90 commented on GitHub (Oct 13, 2023):
"time":"2023-10-13T07:13:46.906285637Z","id":"","remote_ip":"172.18.0.1","host":"localhost:3005","method":"GET","uri":"/monitoring/tasks/api/queues/default/active_tasks?page=1&size=100","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36","status":500,"error":"","latency":491845,"latency_human":"491.845µs","bytes_in":0,"bytes_out":23}
@wahyudibo commented on GitHub (Oct 26, 2023):
I also encountered the same issue. The asynqmon can connect to redis but unable to load queue data. I'm using asynq v0.24.1 and asynqmon v0.7.2. Here's the log from asynqmon
2023/10/26 03:38:00 Failed to collect metrics data: failed to get queue info: UNKNOWN: UNKNOWN: redis eval error: ERR user_script:30: attempt to perform arithmetic on local 'bytes' (a boolean value) script: 0c80fc1868e3aae205155ae2017ce995a3a7cec0, on @user_script:30.thanks
@wahyudibo commented on GitHub (Oct 30, 2023):
Just want to give an update. my asynq and asynqmon setup works now after i run
go mod tidy@piavgh commented on GitHub (Nov 10, 2023):
does not work for me.
It looks like v0.24 of asynq is not compatible with the asyncmon web UI v0.7.2