layout, title, folder, permalink, tags
layout | title | folder | permalink | tags | |||
---|---|---|---|---|---|---|---|
pattern | Throttling pattern | throttling | /patterns/throttling/ |
|
Applicability
The Throttling pattern should be used:
- when a service access needs to be restricted to not have high impacts on the performance of the service.
- when multiple tenants are consuming the same resources and restriction has to be made according to the usage per tenant.