Skip to content

Thunk retry options and other supervisors #323

@chris-b1

Description

@chris-b1

This may or may not make sense at the Dagger level, but for consideration - as an example copying the prefect keywords below

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()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions