Skip to content

Commit 03712a5

Browse files
committed
NPA-4421 Increase Rate Limits to 10 Per Second
1 parent b3a183d commit 03712a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

manifest_template.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ APIGEE_ENVIRONMENTS:
55
- name: internal-dev
66
display_name: Internal Development
77
has_mock_auth: true
8-
rate_limit: 300
8+
rate_limit: 600 # 10 requests per second (calculated per minute)
99
spike_rate_limit: 600pm # 10 requests per second
1010
approval_type: auto
1111
- name: internal-qa
1212
display_name: Internal QA
1313
has_mock_auth: true
14-
rate_limit: 600
14+
rate_limit: 600 # 10 requests per second (calculated per minute)
1515
spike_rate_limit: 600pm # 10 requests per second
1616
approval_type: auto
1717
- name: internal-dev-sandbox
@@ -36,19 +36,19 @@ APIGEE_ENVIRONMENTS:
3636
- name: sandbox
3737
display_name: Sandbox
3838
portal_visibility: false
39-
rate_limit: 120
39+
rate_limit: 120 # 2 requests per second
4040
spike_rate_limit: 300pm # 5 requests per second
4141
approval_type: auto
4242
- name: int
4343
display_name: Integration Testing
4444
has_mock_auth: true
45-
rate_limit: 300
45+
rate_limit: 600 # 10 requests per second (calculated per minute)
4646
spike_rate_limit: 600pm # 10 requests per second
4747
approval_type: auto
4848
- name: prod
4949
display_name: Production
5050
has_mock_auth: false
51-
rate_limit: 300
51+
rate_limit: 600 # 10 requests per second (calculated per minute)
5252
spike_rate_limit: 600pm # 10 requests per second
5353
approval_type: manual
5454
---

0 commit comments

Comments
 (0)