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
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:
@@ -191,6 +191,7 @@ class ReadinessView(APIView):
|
||||
|
||||
permission_classes = [AllowAny]
|
||||
authentication_classes = []
|
||||
throttle_classes = []
|
||||
|
||||
@swagger_auto_schema(
|
||||
tags=[HEALTH_TAG],
|
||||
|
||||
Reference in New Issue
Block a user