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
@@ -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---
You can’t perform that action at this time.
0 commit comments