You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
I see ./pkg/alerting/jobqueue/pubsub.go and in ./pkg/events/pubsub.go are pretty similar.
perhaps the problem is the loop that reads from pending but also writes into pending can get stuck looping. and/or something with the confirm channel.
in raintank-docker i accidentially triggered max cpu usage in worldping.
it was flooding the log with messages like:
I see ./pkg/alerting/jobqueue/pubsub.go and in ./pkg/events/pubsub.go are pretty similar.
perhaps the problem is the loop that reads from pending but also writes into pending can get stuck looping. and/or something with the confirm channel.