mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #293] centos Server: superfluous response.WriteHeader #772
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#772
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 @xiongdi9456 on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/293
I run both docker and [asynqmon_v0.7.1_linux_amd64.tar.gz] file in CentOS Server, they all have some message like
and the web in browser have nothing show up.
The console had an error like:
Redis is working well, I tested the port is good.
Do you have any idea?
@mikelaowang commented on GitHub (Feb 23, 2023):
It is because your network speed is too low to load the webui js, well the Server blocked your request。
Look at the code ‘cmd/asynqmon/main.go’ at line 179 , change the timeout num
Then Build a docker image yourself
@mikelaowang commented on GitHub (Feb 23, 2023):
!!!