JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
638 stars 67 forks source link

Initial support for robustly migrating streaming tasks #568

Closed JamesWrigley closed 3 weeks ago

JamesWrigley commented 2 months ago

This works by converting the output buffers into a safely-serializeable container and sending that to the new node.

(needs some tests though)

jpsamaroo commented 3 weeks ago

Thanks @JamesWrigley ! We're just about ready to merge the whole thing :partying_face: