Skip to content
Snippets Groups Projects
Unverified Commit b9ec944c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh-c4-model/provenance: Explicit the rate limit behavior

Refs. swh/infra/sysadm-environment#5608
parent 8e35f9fa
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,17 @@ ACTIONS:
### Rate limiting
Any rate limit?
The standard web api rate limit mechanism will be used. Actual rate limit for
the provenance api remains to be defined.
Supposedly, this passes through the web api's rate limit mechanism.
Actual rate limit remains to be defined.
As this rate limit mechanism is per user though, this won't prevent burst of
requests.
The rpc service (from the previous implementation) was defacto limited by the
number of (gunicorn) workers used. As the new implementation is a grpc rust
process, we cannot limit the number of connections. In that regard, we'll be
adding a max concurrent parallel connection configuration at the ingress level
to limit.
### Timeout chain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment