From fc06aa1573b0182fafb94085906b318938b616c2 Mon Sep 17 00:00:00 2001 From: Adrian Parr Date: Thu, 22 Feb 2024 16:01:38 +0000 Subject: [PATCH 1/2] internal-dev ratelimit: 1pm # 1 request per minute --- manifest_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest_template.yml b/manifest_template.yml index 76b3cf4..361b329 100644 --- a/manifest_template.yml +++ b/manifest_template.yml @@ -5,7 +5,7 @@ APIGEE_ENVIRONMENTS: - name: internal-dev display_name: Internal Development has_mock_auth: true - ratelimit: 60pm # 1 request per second + ratelimit: 1pm # 1 request per minute quota: 60 - name: internal-qa display_name: Internal QA From 7aeb716435ee566d91e45b28ec24633c7d3ddf5f Mon Sep 17 00:00:00 2001 From: Adrian Parr Date: Fri, 23 Feb 2024 11:53:09 +0000 Subject: [PATCH 2/2] Rate limit testing --- manifest_template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest_template.yml b/manifest_template.yml index 361b329..0342ff7 100644 --- a/manifest_template.yml +++ b/manifest_template.yml @@ -5,12 +5,12 @@ APIGEE_ENVIRONMENTS: - name: internal-dev display_name: Internal Development has_mock_auth: true - ratelimit: 1pm # 1 request per minute + ratelimit: 60pm # 1 request per second quota: 60 - name: internal-qa display_name: Internal QA has_mock_auth: true - ratelimit: 60pm # 1 request per second + ratelimit: 1pm # 1 request per minute quota: 60 - name: ref display_name: Reference @@ -25,7 +25,7 @@ APIGEE_ENVIRONMENTS: - name: internal-qa-sandbox display_name: Internal QA Sandbox portal_visibility: false - ratelimit: 60pm # 1 request per second + ratelimit: 1pm # 1 request per minute quota: 60 - name: sandbox display_name: Sandbox