Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
snippets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
snippets
Commits
b9ec944c
Unverified
Commit
b9ec944c
authored
1 week ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vsellier/swh-c4-model/docs/provenance-v0.3/provenance.md
+9
-4
9 additions, 4 deletions
vsellier/swh-c4-model/docs/provenance-v0.3/provenance.md
with
9 additions
and
4 deletions
vsellier/swh-c4-model/docs/provenance-v0.3/provenance.md
+
9
−
4
View file @
b9ec944c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment