Skip to content

Commit

Permalink
postgres_healthcheck: valide once per minute instead of 30 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Oct 27, 2023
1 parent b8bcb1e commit d177177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import

## Simple query to validate that the postgres is working and attending requests
const HealthCheckQuery = "SELECT version();"
const CheckConnectivityInterval = 30.seconds
const CheckConnectivityInterval = 60.seconds
const MaxNumTrials = 20
const TrialInterval = 1.seconds

Expand Down

0 comments on commit d177177

Please sign in to comment.