Seperated timer class and created Callscount class
This commit is contained in:
@ -10,11 +10,11 @@ tags:
|
||||
---
|
||||
|
||||
## Intent
|
||||
Ensure that a given tenant is not able to access resources more than the assigned limit.
|
||||
Ensure that a given client is not able to access service resources more than the assigned limit.
|
||||

|
||||
|
||||
## 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.
|
||||
* when multiple clients are consuming the same service resources and restriction has to be made according to the usage per client.
|
||||
|
Reference in New Issue
Block a user