fix: exclude readiness probe from throttling
Some checks failed
Mostovik Backend CI/CD / Tests and lint (push) Successful in 13m38s
Mostovik Backend CI/CD / Build linux/amd64 release images (push) Failing after 3m10s
Mostovik Backend CI/CD / Deploy dev (push) Has been skipped
Mostovik Backend CI/CD / Deploy and verify internal main (push) Has been skipped
Mostovik Backend CI/CD / Deploy customer main (push) Has been skipped

This commit is contained in:
2026-08-27 15:00:41 +03:00
parent f55e74c78e
commit 1c9d227789
2 changed files with 17 additions and 0 deletions

View File

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