Add support for custom connection string parameters in PostgreSQL connection URL #14019
Labels
area/controller
Controller issues, panics
area/offloading
Node status offloading
area/workflow-archive
type/feature
Feature request
Summary
Add support for custom connection string parameters in PostgreSQL connection URL for Argo Workflows, specifically to allow setting
binary_parameters=yes
. Currently, the connection string configuration doesn't support adding custom parameters, which causes issues when using PgBouncer with PostgreSQL for archiving and offloading workflows.Use Cases
When would you use this?
The modification is particularly important for production environments where PgBouncer is commonly used as a standard practice for PostgreSQL connection pooling and management. Or any other custom use case people may have.
Message from the maintainers:
Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: