File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ APIGEE_ENVIRONMENTS:
66 display_name : Internal Development
77 has_mock_auth : true
88 rate_limit : 600 # 10 requests per second (calculated per minute)
9- spike_rate_limit : 600pm # 10 requests per second
9+ spike_rate_limit : 900pm # 15 requests per second (this isn't on top of the rate limit and limit smoothed into intervals of seconds)
1010 approval_type : auto
1111 - name : internal-qa
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 and limit smoothed into intervals of seconds)
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 and limit smoothed into intervals of seconds)
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 and limit smoothed into intervals of seconds)
4646 approval_type : manual
4747---
4848meta :
You can’t perform that action at this time.
0 commit comments