JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
610 stars 66 forks source link

Dead worker handling #532

Closed JamesWrigley closed 4 weeks ago

JamesWrigley commented 4 weeks ago

I've cherry-picked two commits from the streaming branch that improve handling of dead workers, @mofeing this should fix the errors that you're seeing (in particular 1fa2ea4). Originally added in #496.

jpsamaroo commented 4 weeks ago

Thanks again!