You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After selecting a region in the web UI, the client gets stuck indefinitely. It looks like it's hitting the "create a new side job" endpoint about every 100ms, which I'm guessing can't be good for the server :)
The text was updated successfully, but these errors were encountered:
Can you try again please? It's working at the moment:
Also, those requests are not creating new jobs, but inspecting the status of the job that was created. We create a new job with a POST request, and all subsequent GETs are fetching the status of that job.
Also, those requests are not creating new jobs, but inspecting the status of the job that was created. We create a new job with a POST request, and all subsequent GETs are fetching the status of that job.
Oh, that makes sense :) I think I just saw the "status": "created" field in the response body and jumped to a conclusion.
I'm assuming that this was some server-side problem then, and the client was working as expected. Gonna close the issue.
After selecting a region in the web UI, the client gets stuck indefinitely. It looks like it's hitting the "create a new side job" endpoint about every 100ms, which I'm guessing can't be good for the server :)
The text was updated successfully, but these errors were encountered: