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

[Dask] Change start cluster endpoint to be async #591

Merged
merged 17 commits into from
Dec 15, 2020

Conversation

Hedingber
Copy link
Contributor

@Hedingber Hedingber commented Dec 15, 2020

I saw several failures recently running our dask example notebook
The image used for the dask cluster is mlrun/ml-models which is a pretty big image.
Before this PR the start cluster endpoint was waiting for the cluster to actually come up, which could take long time since just pulling the image can take several minutes, and in Iguazio system the ingress timeout is 2 minutes.
Added a new resource BackgroundTask that the endpoint will return, then the client query the background tasks endpoint to determine when the task is finished

Unrelated:

  • fix in system tests prepare
  • fix feature sets router tag

@Hedingber Hedingber merged commit 50cb450 into mlrun:development Dec 15, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant