Merged in feature/parallellogqueries (pull request #132)
Testing Tweaks * parallel * slowestquery * split * cleanup * health * dynamiccores * go * profile * timeout * commitmychanges * taskfile * sqlcheckstart * client * cost * ctxtimeout
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
expose:
|
||||
- 5431
|
||||
healthcheck:
|
||||
test: ["CMD", "sh", "-c", "pg_isready -U ${PGUSER} && psql -U ${PGUSER} -c 'SELECT 1'"]
|
||||
test: ["CMD", "sh", "-c", "pg_isready -U ${PGUSER} -h localhost -p 5432 && psql -U ${PGUSER} -c 'SELECT 1'"]
|
||||
interval: 500ms
|
||||
timeout: 5s
|
||||
retries: 50
|
||||
|
||||
Reference in New Issue
Block a user