We need the ability to configure the Postgres retry logic and to turn it off. When investigating issues with customers such as https://issues.redhat.com/browse/ROX-32815 the retry logic could be making things worse as it will continue to run queries and stack connections.
Being able to reduce that frequency or stop the retries altogether in a configurable manner could help keep things running in a reduced capacity and debug the issue in general.