spawn-ts API reference - v0.6.0
    Preparing search index...

    Type Alias FanOutMemberState

    FanOutMemberState:
        | "pending"
        | "blocked"
        | "launching"
        | "running"
        | "completed"
        | "failed"
        | "skipped"

    A member's lifecycle within the fan-out (distinct from the EC2 instance state): pending — eligible now (deps satisfied), awaiting a free slot blocked — waiting on an unfinished dependency launching — launch in flight running — instance is live completed — instance is no longer live (terminated/stopped/hibernated) failed — launch threw and retries are exhausted skipped — never launched (a dependency failed, or the on-failure policy stopped the queue after an earlier failure)