Skip to content

Commit ae87746

Browse files
committed
NPA-4421 Increase Spike Arrest Limits
1 parent a14efe7 commit ae87746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifest_template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ APIGEE_ENVIRONMENTS:
1212
display_name: Internal QA
1313
has_mock_auth: true
1414
rate_limit: 600 # 10 requests per second (calculated per minute)
15-
spike_rate_limit: 600pm # 10 requests per second
15+
spike_rate_limit: 900pm # 15 requests per second (this isn't on top of the rate limit)
1616
approval_type: auto
1717
- name: internal-dev-sandbox
1818
display_name: Internal Development Sandbox
@@ -36,13 +36,13 @@ APIGEE_ENVIRONMENTS:
3636
display_name: Integration Testing
3737
has_mock_auth: true
3838
rate_limit: 600 # 10 requests per second (calculated per minute)
39-
spike_rate_limit: 600pm # 10 requests per second
39+
spike_rate_limit: 900pm # 15 requests per second (this isn't on top of the rate limit)
4040
approval_type: auto
4141
- name: prod
4242
display_name: Production
4343
has_mock_auth: false
4444
rate_limit: 600 # 10 requests per second (calculated per minute)
45-
spike_rate_limit: 600pm # 10 requests per second
45+
spike_rate_limit: 900pm # 15 requests per second (this isn't on top of the rate limit)
4646
approval_type: manual
4747
---
4848
meta:

0 commit comments

Comments
 (0)