Skip to content
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

Client stuck, creating jobs in a loop #3593

Closed
Benjamin-L opened this issue Feb 20, 2023 · 2 comments
Closed

Client stuck, creating jobs in a loop #3593

Benjamin-L opened this issue Feb 20, 2023 · 2 comments
Assignees

Comments

@Benjamin-L
Copy link

image

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 :)

@rajadain
Copy link
Member

Can you try again please? It's working at the moment:

image

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.

@rajadain rajadain self-assigned this Feb 21, 2023
@Benjamin-L
Copy link
Author

Seems to be working for me now as well.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants