Skip to content

Commit

Permalink
Increase retries and add timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Aug 29, 2023
1 parent 3e05f49 commit fd007af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
touch ./local/vault/approle.json
touch ./local/vault/roleid.txt
- run: go mod vendor
- run: docker compose --profile dev up -d --wait
- run: docker compose --profile dev up -d --wait --timestamps
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ services:
test: [ "CMD", "curl", "http://jimm.localhost:80" ]
interval: 5s
timeout: 5s
retries: 20
retries: 25
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit fd007af

Please sign in to comment.