From da5b51d95b9ecba0f3fa4414fbcde4056df5efb2 Mon Sep 17 00:00:00 2001 From: adamclarkson Date: Tue, 13 Jan 2026 15:44:15 +0000 Subject: [PATCH] NPA-5994: Updated rate limit on manifest template --- manifest_template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest_template.yml b/manifest_template.yml index a2a04f79..152be15e 100644 --- a/manifest_template.yml +++ b/manifest_template.yml @@ -35,8 +35,8 @@ APIGEE_ENVIRONMENTS: - name: int display_name: Integration Testing has_mock_auth: true - rate_limit: 600 # 10 requests per second (calculated per minute) - spike_rate_limit: 900pm # 15 requests per second (this isn't on top of the rate limit and limit smoothed into intervals of seconds) + rate_limit: 1200 # 20 requests per second (calculated per minute) + spike_rate_limit: 1800pm # 30 requests per second (this isn't on top of the rate limit and limit smoothed into intervals of seconds) approval_type: auto - name: prod display_name: Production