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
When we have too many bundles in a single worksheet, it makes a huge request to the interpret endpoint and fails with "414 (Request-URI Too Large)".
Request example:
The solution is probably that we should send this data in the POST body instead of the URL.
This happens on the "Running Status" worksheet (https://codalab.stanford.edu/worksheets/0xc347c4ebc5644a71b24343523bf76e7b). So it's related to #3646.
The text was updated successfully, but these errors were encountered:
We'll need this / paging for HELM runs.
Sorry, something went wrong.
No branches or pull requests
When we have too many bundles in a single worksheet, it makes a huge request to the interpret endpoint and fails with "414 (Request-URI Too Large)".
Request example:
The solution is probably that we should send this data in the POST body instead of the URL.
This happens on the "Running Status" worksheet (https://codalab.stanford.edu/worksheets/0xc347c4ebc5644a71b24343523bf76e7b). So it's related to #3646.
The text was updated successfully, but these errors were encountered: