Skip to content

Early Exit? #19

@rbtcollins

Description

@rbtcollins

Perhaps I'm missing it but it seems like there is no way to signal that the function cannot complete and no further retries should be attempted?

e.g. the particular scenario we have is trying a file rename where
Ok(()) -> Done
Err(AccessDenied) -> Retry
Err(_) -> propogate this error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions