-
Notifications
You must be signed in to change notification settings - Fork 278
[RFC] Idempotent Requests Setup #627
Copy link
Copy link
Open
Labels
Description
rohan09-raj
opened on Jun 26, 2022
Issue body actions
- We have some APIs like clearing cache etc. which a user should not be able to call as it costs us and probably the user will be also be costed with our crypto.
- To prevent excess firing of these API calls there has to be some setup to limit the API calls.
- Idempotent Requests is one of the solution, more context on this here Cache test case website-my#79 (comment)
Reactions are currently unavailable