DiamondLightSource / DiamondLightSource/daq-config-server
Add protection against extremely frequent requests from the same client
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 2
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 2
Description
The server shouldn't allow the same client to make an unreasonable amount of requests in a small amount of time, this may lead to people accidentally crashing the service
## Acceptance Criteria
- Create a request frequency threshold and don't process requests if they go over this
Contributor guide
Assessment
This issue has not been assessed yet.