Please enable JavaScript.
Coggle requires JavaScript to display documents.
Backend throttling, Backend Throttler, Throttle method POST /orders but…
Backend throttling
Verify throttling with single backend attached to API level (e.g., 3 req/min)
API-BT-001
-
Verify throttling with multiple backends attached with different limits (A: 3/min, B: 5/min)
API-BT-002
-
Verify throttling with multiple backends attached but backends have different reset times (A: 1 min, B: 5 min)
API-BT-003
Create backend A (3/min, 1 min reset), B (5/5min, 5 min reset) | Policies created |
-
-
-
-
Verify update of backend throttling policy reflects correctly without removing/redeploying pool
API-BT-007
-
-
Validate system handles large request limit (e.g., 10,000/1hr) correctly
API-BT-009
Create backend policy with 10,000/hr | Policy created |
-
Apply backend pool with 1 throttled backend to specific method (e.g., GET /orders) |
METHOD-BT-001
-
Apply pool with 2 throttled backends (different limits) to a single method → validate throttling accuracy
METHOD-BT-002
-
Override throttling policy on method level while a broader API-level throttle is in place
METHOD-BT-004
-
Apply a throttled pool (1 backend, 3/min) to entire Resource level (affects all methods equally
-
-
-
-
-
-
-
-
-
-
-
-
-
Backend Throttler
-
-
-
List View
Columns: Name, Description, Algorithm, Count, Time, Unit, Actions
-
-
-
-
-
Validate that pool-level + backend-level policies at method level are enforced together
METHOD-BT-005
-
-
-
-