lambdaclass / holiday_pinger

Erlang + ClojureScript app to send holiday reminders
https://holidaypinger.com
MIT License
69 stars 9 forks source link

recover from db disconnection #135

Closed facundoolano closed 7 years ago

facundoolano commented 7 years ago

right now if the db goes down and up again, the app does not work properly

facundoolano commented 7 years ago

This is actually working, just that it has some exponential backoff and it took longer to retry after the long disconnections that I tried.