Skip to content

Commit

Permalink
Upped number of retires for datastore-store container
Browse files Browse the repository at this point in the history
  • Loading branch information
Teddy-1000 committed Jan 25, 2024
1 parent a581210 commit 596ff67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
test: [ "CMD-SHELL", "exit $(/bin/grpc_health_probe -addr=localhost:50050)" ]
interval: 5s
timeout: 1s
retries: 3
retries: 12
start_period: 60s # Failures in 30 seconds do not mark container as unhealthy
depends_on:
migrate:
Expand Down

0 comments on commit 596ff67

Please sign in to comment.