Skip to content

Commit

Permalink
Combiner health check is now fixed by increasing the interval time fr…
Browse files Browse the repository at this point in the history
…om 2sec to 20sec. We don't need any extra flags.
  • Loading branch information
root committed Jun 5, 2024
1 parent 75956dc commit f01573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
"/bin/grpc_health_probe",
"-addr=localhost:12080"
]
interval: 2s
interval: 20s
timeout: 10s
retries: 5
depends_on:
Expand Down

0 comments on commit f01573d

Please sign in to comment.