You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked the CHANGELOG to see if the issue I am about to raise has been fixed
Created an executable example that demonstrates the issue
Software versions
pact-broker gem version: 2.91.0
pact-broker docker version: 2.91.0.0
OS: Linux
Expected behaviour
Ability to use the value -1 for database_connection_validation_timeout that was the default prior version 2.86.0 by setting the env var PACT_BROKER_DATABASE_CONNECTION_VALIDATION_TIMEOUT to -1.
I'll get this fixed. In the meantime, can you mount a volume with the config file? Then you can set it in the pact_broker.yml config file as an integer (I've just checked that this works) See the top of https://docs.pact.io/pact_broker/configuration/settings for the details.
Pre issue-raising checklist
Software versions
Expected behaviour
Ability to use the value
-1
fordatabase_connection_validation_timeout
that was the default prior version 2.86.0 by setting the env varPACT_BROKER_DATABASE_CONNECTION_VALIDATION_TIMEOUT
to-1
.As stated in the documentation.
Actual behaviour
Steps to reproduce
Relevant log files
Gist
The text was updated successfully, but these errors were encountered: