Commit 14f2a7c
fix: disable rate limiting on /health and /alive endpoints
Health probe endpoints must be exempt from the global rate limiter.
Azure Container App probes hit these paths every 10s as anonymous IP;
without the exemption they hit the 30/min limit after ~5 min and
return 429, causing Azure to mark the container unhealthy and restart it.
Previously only tracing was excluded (line 64-65); rate limiting was not.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8968460 commit 14f2a7c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
| 493 | + | |
494 | 494 | | |
495 | 495 | | |
496 | 496 | | |
497 | | - | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
0 commit comments