Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make PgListener recover from UnexpectedEof
This is often encountered when the host the db is on is restarted. For example, a reboot of AWS Aurora causes this. If we don't handle this properly the PgListeners are stuck in an erroring state, even when the DB is back online. By catching it here, we will reconnect when it is (eventually) back online.
- Loading branch information