fix: exclude infrastructure probes from API throttling
All checks were successful
Mostovik Backend CI/CD / Tests and lint (push) Successful in 3m28s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Successful in 3m23s
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy dev (push) Successful in 1m49s

This commit is contained in:
Aleksandr Meshchryakov
2026-09-16 09:39:56 +02:00
parent 2cfc057e34
commit 4c869b856c
7 changed files with 157 additions and 104 deletions

View File

@@ -0,0 +1,5 @@
# Use only with the verified deployed image and a views-only application diff.
ARG HEALTH_BASE_IMAGE
FROM ${HEALTH_BASE_IMAGE}
COPY --chown=0:0 --chmod=0644 src/apps/core/views.py /app/src/apps/core/views.py