svix / svix-webhooks

The enterprise-ready webhooks service 🦀
https://www.svix.com
MIT License
2.42k stars 167 forks source link

Implement graceful reconnections for RabbitMQ #898

Open svix-gabriel opened 1 year ago

svix-gabriel commented 1 year ago

See conversation here https://github.com/svix/svix-webhooks/pull/895#discussion_r1170641685

Basically, we want to make sure we're gracefully handling connection failures with RabbitMQ, since lapin doesn't yet do this transparently for us.

dennohpeter commented 7 months ago

looking forward to this