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

fix(k8s): improve error handling for Dask K8s resources #618

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

Alputer
Copy link
Member

@Alputer Alputer commented Nov 28, 2024

Closes #617

@Alputer Alputer self-assigned this Nov 28, 2024
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

Attention: Patch coverage is 24.28571% with 53 lines in your changes missing coverage. Please review.

Project coverage is 73.71%. Comparing base (f252098) to head (a71ad83).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
reana_workflow_controller/dask.py 23.52% 52 Missing ⚠️
reana_workflow_controller/consumer.py 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #618      +/-   ##
==========================================
- Coverage   75.01%   73.71%   -1.30%     
==========================================
  Files          17       17              
  Lines        1913     1948      +35     
==========================================
+ Hits         1435     1436       +1     
- Misses        478      512      +34     
Files with missing lines Coverage Δ
reana_workflow_controller/k8s.py 77.02% <ø> (+3.44%) ⬆️
reana_workflow_controller/consumer.py 55.76% <50.00%> (+1.87%) ⬆️
reana_workflow_controller/dask.py 59.90% <23.52%> (-16.46%) ⬇️

Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Nov 28, 2024
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Nov 28, 2024
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Nov 28, 2024
@Alputer Alputer changed the title fix(k8s): handle 409 conflict errors for dask resources fix(k8s): handle exceptions when creating dask cluster Nov 28, 2024
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 22, 2025
@Alputer Alputer force-pushed the dask-cluster-409 branch 2 times, most recently from e3a90a9 to e8d797e Compare January 22, 2025 11:01
@Alputer Alputer changed the title fix(k8s): handle exceptions when creating dask cluster fix(k8s): handle exceptions better for Dask k8s resources Jan 22, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 22, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 22, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 22, 2025
@mdonadoni mdonadoni removed their request for review January 23, 2025 08:47
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
@Alputer Alputer changed the title fix(k8s): handle exceptions better for Dask k8s resources fix(k8s): handle exceptions better for Dask K8s resources Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
Alputer added a commit to Alputer/reana-workflow-controller that referenced this pull request Jan 28, 2025
@Alputer Alputer changed the title fix(k8s): handle exceptions better for Dask K8s resources fix(k8s): fix(k8s): improve error handling for Dask K8s resources Jan 28, 2025
@Alputer Alputer changed the title fix(k8s): fix(k8s): improve error handling for Dask K8s resources fix(k8s): improve error handling for Dask K8s resources Jan 28, 2025
@tiborsimko tiborsimko merged commit a71ad83 into reanahub:master Jan 28, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

dask: correctly handle failure to start workflow
2 participants