Skip to content

Commit 5814f90

Browse files
authored
Merge pull request #144 from NHSDigital/dev/NPA-4421_Increase_Rate_Limits
NPA-4421 Increase Rate Limits to 10 Per Second
2 parents e575745 + d4581cf commit 5814f90

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
@@ -29,19 +29,19 @@ APIGEE_ENVIRONMENTS:
2929
- name: sandbox
3030
display_name: Sandbox
3131
portal_visibility: false
32-
rate_limit: 120
32+
rate_limit: 120 # 2 requests per second
3333
spike_rate_limit: 300pm # 5 requests per second
3434
approval_type: auto
3535
- name: int
3636
display_name: Integration Testing
3737
has_mock_auth: true
38-
rate_limit: 300
38+
rate_limit: 600 # 10 requests per second (calculated per minute)
3939
spike_rate_limit: 600pm # 10 requests per second
4040
approval_type: auto
4141
- name: prod
4242
display_name: Production
4343
has_mock_auth: false
44-
rate_limit: 300
44+
rate_limit: 600 # 10 requests per second (calculated per minute)
4545
spike_rate_limit: 600pm # 10 requests per second
4646
approval_type: manual
4747
---

0 commit comments

Comments
 (0)