Skip to content

Feature/refactor daskbackend - #94

Merged
AymenFJA merged 5 commits into
mainfrom
feature/refactor-daskbackend
Sep 8, 2026
Merged

Feature/refactor daskbackend#94
AymenFJA merged 5 commits into
mainfrom
feature/refactor-daskbackend

Conversation

@AymenFJA

@AymenFJA AymenFJA commented Sep 8, 2026

Copy link
Copy Markdown
Contributor
  1. Refactor DaskBackend to use the best practice of Dask in terms of executing the tasks in the right scope and correct event loop.
  2. Adding another HPC setup mode via SlurmCluster

The old @wraps-closure wording ("wrapped transparently") and the plain
sync SLURMCluster()/KubeCluster() construction shown in advanced-usage.md,
resource-specification.md, configuration.md, both dask examples, and the
tutorial notebook no longer match the refactored backend and, worse, are
exactly the pattern that silently breaks task results/shutdown via a
mismatched event loop. Update all of them to asynchronous=True + async
with, add a CHANGELOG entry, and cross-link the new 07 Slurm example.
@AymenFJA AymenFJA self-assigned this Sep 8, 2026
@AymenFJA AymenFJA added Medium core Q3 Targeting Q3 milestones labels Sep 8, 2026
@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@AymenFJA
AymenFJA merged commit 71536ac into main Sep 8, 2026
7 checks passed
@AymenFJA
AymenFJA deleted the feature/refactor-daskbackend branch September 8, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Medium Q3 Targeting Q3 milestones

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant