fix: keep readiness probes unthrottled
All checks were successful
State Corp Backend CI/CD / Quality gate (push) Successful in 9m25s
State Corp Backend CI/CD / Build linux/amd64 images once (push) Successful in 4m34s
State Corp Backend CI/CD / Release dev (push) Successful in 1m2s
State Corp Backend CI/CD / Refresh and release internal main (push) Has been skipped
State Corp Backend CI/CD / Release customer main (push) Has been skipped

This commit is contained in:
2026-08-27 15:00:23 +03:00
parent b2a45aef51
commit ef087d5559
2 changed files with 22 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ class ReadinessView(APIView):
permission_classes = [AllowAny]
authentication_classes = []
throttle_classes = []
@swagger_auto_schema(
tags=[HEALTH_TAG],