Skip to content

Conversation

jacobtomlinson
Copy link
Member

@jacobtomlinson jacobtomlinson commented Apr 16, 2025

All controller event handlers should be idempotent, however as seen in #940 if the controller is restarted while the job creation handler is being run it will get stuck in a failure loop.

This PR adds some quick checks to skip over resources that already exist.

Closes #940

@jacobtomlinson jacobtomlinson merged commit 78499cb into dask:main Apr 17, 2025
9 checks passed
@jacobtomlinson jacobtomlinson deleted the job-skip-creation-if-exists branch April 17, 2025 09:32
@dansola dansola mentioned this pull request Sep 12, 2025
3 tasks
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.

No exception handle for cluster 'already exists' exception in dask job creation
2 participants