-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
I think it's important that we try to figure out how to handle different Bunny (and OpenSSL) exceptions in this gem. In most of our applications it's mostly annoying (Sentry notifications), but in others like Mako and Ganges it could take the application down if exceptions are not handled carefully.
Basically we need to handle:
- DNS Errors
- Connection Errors (e.g. OpenSSL)
- RabbitMQ server shutdown
- Timeouts