Skip to content

Commit d19b8aa

Browse files
committed
feat: increase default healthcheck retries
1 parent 5efb860 commit d19b8aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stac_auth_proxy/lifespan/ServerHealthCheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ServerHealthCheck:
1515
"""Health check for upstream API."""
1616

1717
url: str | HttpUrl
18-
max_retries: int = 5
18+
max_retries: int = 10
1919
retry_delay: float = 0.25
2020
retry_delay_max: float = 10.0
2121
timeout: float = 5.0

0 commit comments

Comments
 (0)