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

feat(dask): make dask autoscaler optional (#834) #834

Open
Alputer opened this issue Sep 20, 2024 · 0 comments · May be fixed by #835, reanahub/reana-server#702 or reanahub/reana-workflow-controller#604
Assignees

Comments

@Alputer
Copy link
Member

Alputer commented Sep 20, 2024

Currently, all dask workflows are executed with autoscaler. However, while experimenting with several examples, autoscaler behaves sometimes weirdly by scheduling more than the maximum number of workers or schedulers not being able to detect some workers, although restarting of the workers solve the issue. Therefore, it is better to decide if this option is enabled to cluster administrators.

@Alputer Alputer self-assigned this Sep 20, 2024
Alputer added a commit to Alputer/reana that referenced this issue Sep 20, 2024
Alputer added a commit to Alputer/reana-workflow-controller that referenced this issue Sep 20, 2024
Alputer added a commit to Alputer/reana-server that referenced this issue Sep 20, 2024
@Alputer Alputer changed the title Make dask autoscaler optional feat(dask): make dask autoscaler optional (#834) Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment