Skip to content

Macro based on retries #3

@vertexclique

Description

@vertexclique

The macro should enable how many times a process can be restarted.

#[fort::root(max_retries=4)]
fn main {
    panic!("Killed");
}

Process output

Killed
Killed
Killed
Killed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions