-
Notifications
You must be signed in to change notification settings - Fork 1
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
HTTP POST request to compute times out #7
Comments
This happens rarely and was hard to reproduce. |
This could be resolved by retrying calls to idempotent backend functionality. |
On another instance, this occurred because somehow the job was being destroyed at the same time as a call to evaluate:
|
This has only come up when testing so maybe this happens when an error occurs but then the test proceeds past the failed assertion and even though the job has been destroyed it calls |
Both job destruction (in #11) and calls to |
Another time this failed with the following:
|
This may have something to do with this:
|
On another occasion, the same issue occurred but this time with describing clusters. This happened when no errors were reported on the client side. No error was expected to occur. It's not immediately clear why
|
Maybe we need to update the version of HTTP.jl we are using. Some potentially rlevant commits that we need:
We are using release v0.8.19 while the latest version is v0.9.13. |
The returned error message:
The text was updated successfully, but these errors were encountered: