Skip to content

Persist dask cluster across compute calls #4

@RobertRosca

Description

@RobertRosca

Currently each new compute method call restarts the Dask cluster, I'm not too sure what the consequences of this are, but it's possible that this can reduce performance and lead to some of the stability issues that occasionally occur.

At a minimum, it means that dask cannot fully lazily build the task graph, as the cluster gets reset between functions. This is closely linked to issue #1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions