Skip to content

Commit 0c547b3

Browse files
authored
Merge pull request #407 from PedroDiez/error_429_alignment_in_subscriptions_template
Error 429 alignment for event-subscription-template.yaml
2 parents 3280d0b + 4def07c commit 0c547b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

artifacts/camara-cloudevents/event-subscription-template.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1182,10 +1182,10 @@ components:
11821182
value:
11831183
status: 429
11841184
code: QUOTA_EXCEEDED
1185-
message: Either out of resource quota or reaching rate limiting.
1185+
message: Out of resource quota.
11861186
GENERIC_429_TOO_MANY_REQUESTS:
1187-
description: API Server request limit is overpassed
1187+
description: Access to the API has been temporarily blocked due to rate or spike arrest limits being reached
11881188
value:
11891189
status: 429
11901190
code: TOO_MANY_REQUESTS
1191-
message: Either out of resource quota or reaching rate limiting.
1191+
message: Rate limit reached.

0 commit comments

Comments
 (0)