Sanity Library Reference Docs
    Preparing search index...

    What a self-hosted process must do, because the generator emits nothing for what that process hosts. Every list is name ascending, and all four are empty when nothing in the deployment is self-hosted.

    interface SelfHostedNeeds {
        drainEffects: string[];
        reevaluateParents: string[];
        startInstances: string[];
        tickDeadlines: string[];
    }
    Index

    Properties

    drainEffects: string[]

    Effect names no emitted drain claims.

    reevaluateParents: string[]

    Definitions that spawn children: a child settling writes the child, not the parent, so nothing re-evaluates the parent.

    startInstances: string[]

    Autonomous definitions no emitted watcher starts.

    tickDeadlines: string[]

    Definitions whose conditions read $now. Their deadlines are no reason to emit a heartbeat, so nothing is guaranteed to tick their instances past one.