File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments