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

use DistributedNext #63

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

use DistributedNext #63

wants to merge 2 commits into from

Conversation

m-fila
Copy link
Collaborator

@m-fila m-fila commented Dec 10, 2024

BEGINRELEASENOTES

  • Added mechanism to select package used for distributed computing - either Distributed standard library or its thread-safe fork DistributedNext.

ENDRELEASENOTES

Dagger introduced support for DistributedNext - a thread-safe fork of Distributed since due to bugs in it, it was impossible to consistently schedule jobs using multiprocess:multithread

In this PR a mechanism using Preferences is used to configure which package will be used for distributed computing. As per recommendation the default is DistributedNext

Supersedes #61

@m-fila m-fila added the dependencies Pull requests that update a dependency file label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant