We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On production, I'm seeing request times of 14 seconds for many flag submissions.
This is almost certainly because we are POSTing out to Canvas to update grades on flag submission, and I guess Canvas is slow (or rate limiting us?).
I had hoped that this would be <1s, to just thoughtlessly do it in-request-context, but clearly it is not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On production, I'm seeing request times of 14 seconds for many flag submissions.
This is almost certainly because we are POSTing out to Canvas to update grades on flag submission, and I guess Canvas is slow (or rate limiting us?).
I had hoped that this would be <1s, to just thoughtlessly do it in-request-context, but clearly it is not.
The text was updated successfully, but these errors were encountered: