Prelude API
    Preparing search index...

    Type Alias Strategy

    Strategy: "one-for-one" | "all-for-one" | "rest-for-one"

    Which children are restarted when one fails.

    • one-for-one — only the failing child.
    • all-for-one — every child.
    • rest-for-one — the failing child and every child started after it.