drupflare/worker - v1.0.0
    Preparing search index...

    Type Alias RuntimeCapabilities

    What this runtime can do, so the planner refuses on capability as well as on version.

    outbound is false on the shipping binary and stays false until a build can suspend; cron is true because the alarm exists, but a module needing it still has to be driven from there.

    type RuntimeCapabilities = {
        blockingOutbound: boolean;
        cron: boolean;
        deferredOutbound: boolean;
    }
    Index
    blockingOutbound: boolean

    an outbound call that must answer inside one php._run(); needs a suspending build

    cron: boolean
    deferredOutbound: boolean

    the queue/drain/cache tier exists, so an outbound call split across invocations works