Fix BRouter healthcheck: use literal | and increase retry window
Percent-encoding the | may confuse older curl; use a literal | inside single quotes instead. Also bump retries from 12 to 18 (total window 30s start + 180s probing) to cover slow first-run segment downloads. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8fd3dda8c6
commit
4d0a865437
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ services:
|
||||||
test: ["CMD-SHELL", "curl -sf 'http://localhost:17777/brouter?lonlats=13.4,52.5|13.5,52.5&profile=trekking&format=geojson' > /dev/null"]
|
test: ["CMD-SHELL", "curl -sf 'http://localhost:17777/brouter?lonlats=13.4,52.5|13.5,52.5&profile=trekking&format=geojson' > /dev/null"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 12
|
retries: 18
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
|
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue