JuliaParallel / JuliaParallel/Dagger.jl
ctrl+c while in the scheduler should raise SIGINT on all processes
Open
bug
scheduler
- Dominant language
- Julia
- Stars
- 723
- Forks
- 90
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 9
Description
We may have to wrap this whole while loop in a try catch:
https://github.com/JuliaParallel/Dagger.jl/blob/master/src/scheduler.jl#L108
and watch for InterruptExceptions, which then get forwarded to the worker procs.
I'm not sure how this works out when the workers are running many threads.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.