Skip to content

Commit fc7a489

Browse files
committed
NPA-4421 Update Spike Arrest Line Documentation
1 parent ae87746 commit fc7a489

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest_template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: 900pm # 15 requests per second (this isn't on top of the rate limit)
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: 900pm # 15 requests per second (this isn't on top of the rate limit)
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: 900pm # 15 requests per second (this isn't on top of the rate limit)
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: 900pm # 15 requests per second (this isn't on top of the rate limit)
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
---
4848
meta:

0 commit comments

Comments
 (0)