-
-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force-reload may raise a 429 (TOO_MANY_REQUESTS) error #1107
Comments
Requesting feedback before starting implementation. |
Yes that makes sense! |
@paulfitz Thanks! 🙏 |
fflorent
added a commit
to incubateur-territoires/grist-core
that referenced
this issue
Sep 4, 2024
When a document has too many requests, one may want to force a document to be reopened. However, the /force-reload endpoint may raise a 429 (TOO_MANY_REQUESTS) error, because it uses the throttled middleware.
4 tasks
paulfitz
pushed a commit
that referenced
this issue
Sep 5, 2024
github-project-automation
bot
moved this from Needs feedback
to Done
in French administration Board
Sep 5, 2024
hexaltation
pushed a commit
to hexaltation/grist-core
that referenced
this issue
Sep 24, 2024
…bs#1197) When a document has too many requests, one may want to force a document to be reopened. However, the /force-reload endpoint may raise a 429 (TOO_MANY_REQUESTS) error, because it uses the throttled middleware.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happens
When a document has too many requests, one may want to force a document to be reopened. However, the
/force-reload
endpoint may raise a 429 (TOO_MANY_REQUESTS) error, because it uses the throttled middleware.Suggestion
Don't use the
throttle
middleware for this endpoint. What do you think?The text was updated successfully, but these errors were encountered: