JuliaParallel / Dagger.jl

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

Retry jl_set_task_tid on failure #462

Closed jpsamaroo closed 8 months ago

jpsamaroo commented 8 months ago

Should fix https://github.com/JuliaParallel/Dagger.jl/issues/459 by retrying jl_set_task_tid until it either succeeds, or bailing out after 10 failed attempts.