Sanity Library Reference Docs
    Preparing search index...
    EffectRuntimeBlock:
        | { kind: "function"; memory?: number; timeout?: number }
        | { kind: "durableFunction" }
        | { kind: "selfHosted" }

    The runtime block on an effect node, overriding its workflow's kind. timeout is seconds and memory megabytes of the function that runs this handler, and an effect declaring either gets its own drain function instead of sharing the deployment's. Both are the function budget, so both are accepted only under 'function'.