There are many ways to refill the tokens, each of them have different use-cases Refill Strategies we should support. | Modes | Description | Notes | |:------------:|:------------------------------------------------------------------------------------:|:-----------------------------------:| | ONLY_IF_USED | If the max token is not used, then we will give the same previously allocated token. | +- 5% threshold, need not be exact | | SCHEDULED | If we will release/increase tokens on a schedule even if it not used | This has side effects on the callee | | RELAXED | If there is some traffic, then release the max possible tokens | | [Doc](https://docs.google.com/document/d/1ITIuWTzcuZiOZRl1zmf-jkCDu1qcqip7t-j-w6QicgM/edit?usp=sharing)