mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #142] servers not showing #30
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#30
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 @acgfbr on GitHub (Jul 13, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/142
my servers not showing but tasks aparently processing normal
@crossworth commented on GitHub (Jul 13, 2021):
Hi, does
asynqmonprocess log have more info? Maybe a panic?@acgfbr commented on GitHub (Jul 13, 2021):
yes:

im running on k8s, my helm chart:
im run locally and everything works, wtf :(
@crossworth commented on GitHub (Jul 13, 2021):
see https://github.com/hibiken/asynqmon/issues/127, I think is related.
@acgfbr commented on GitHub (Jul 13, 2021):
i found my error, im running asynq with 0.17 version, i wil upgrade, thanks