grist-core
grist-core copied to clipboard
Force-reload may raise a 429 (TOO_MANY_REQUESTS) error
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?
Requesting feedback before starting implementation.
Yes that makes sense!
@paulfitz Thanks! :pray: