JuliaParallel / JuliaParallel/Dagger.jl
Thunk retry options and other supervisors
Open
eager api
enhancement
speculative
- Dominant language
- Julia
- Stars
- 723
- Forks
- 90
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 9
Description
This may or may not make sense at the Dagger level, but for consideration - as an example copying the [prefect ](https://docs.prefect.io/core/tutorial/04-handling-failure.html#if-at-first-you-don-t-succeed)keywords below
```julia
import Dates
import Dagger
function flaky_function()
# accesses some network resource that could fail
end
res = Dagger.@spawn max_retries=3 retry_delay=Dates.Minute(1) flaky_function()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.