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

    Interface Orphan

    Why an instance is flagged — currently always a blown TTL.

    interface Orphan {
        instance: ManagedInstance;
        overdueByMs: number;
    }
    Index
    instance: ManagedInstance
    overdueByMs: number

    How long (ms) past its effective TTL deadline it has been live.