What new feature or improvement would you like to see?
We have retries (up to 3 times) across our services when reading/writing to Postgres. We should build in backoffs and jitter to avoid stampeding our DB when it is under load.
We need this for both Python and Golang
Why is this needed?
Avoid DOS of DB during failure modes to improve chances of recovery
Code of Conduct