fix: rabbitmq connection dont reconnect if the channel is closed #98
Labels
aspect/backend 💻
Concerns the backend code in the repository
domain/obvious 🟩
Represents the "known knowns" issue. It's Obviously
priority/critical 🟥
Priority 1 - Must be fixed ASAP
type/bug 🔥
Something isn't working
Describe the bug
When the connection between webhooked and rabbitmq server is interrupted, webhooked dont reconnect automatically and never send events.
To Reproduce
What happened
Weebhooked stay with closed error eternally
Expected behavior
Webhooked needs to reconnect and send event asap
Relevant log output
4:07PM INF Webhook is processed duration=1.259667ms secure=true spec=locations-close statusCode=500 version=v1alpha1 4:07PM ERR Error during webhook processing error="Exception (504) Reason: \"channel/connection is not open\"" apiVersion=v1alpha1
The text was updated successfully, but these errors were encountered: