Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Health Check for RabbitMQ Connection #308

Open
Behzad-rabiei opened this issue Feb 6, 2024 · 0 comments
Open

Implement Health Check for RabbitMQ Connection #308

Behzad-rabiei opened this issue Feb 6, 2024 · 0 comments
Assignees

Comments

@Behzad-rabiei
Copy link
Member

Description:

Currently, our system does not automatically check or handle the status of its connection to RabbitMQ. This can lead to situations where the service remains disconnected without attempting to re-establish a lost connection, impacting the reliability of our application.

Solution:

Implement a health check mechanism that monitors the RabbitMQ connection status every minute. If a disconnection is detected, the system should automatically attempt to reconnect. This will ensure our application maintains a stable connection to RabbitMQ, enhancing overall reliability and resilience.

@Behzad-rabiei Behzad-rabiei self-assigned this Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant