Closed GradedJestRisk closed 3 years ago
A previous failing CI went so far as as 10 hours trying to connect to a stopped container :scream: :earth_africa:
The script use pg_isreadyand a infinite loop. A pg_isready option, timeout would do the job nicely. I set the timeout to a minute.
pg_isready
timeout
Note: after PR #40 is merged, CI will go green so now is a great time to test this feature :smile:
A previous failing CI went so far as as 10 hours trying to connect to a stopped container :scream: :earth_africa:
The script use
pg_isready
and a infinite loop. A pg_isready option,timeout
would do the job nicely. I set the timeout to a minute.Note: after PR #40 is merged, CI will go green so now is a great time to test this feature :smile: