Add sdks/node/src/cli/commands/executor.ts, reusing the loadApp loader from sdks/node/src/cli/commands/run.ts:56.
taskito executor --attach $TASKITO_ATTACH ./app.js
Same env contract as the other SDKs: TASKITO_ATTACH, TASKITO_ATTACH_TOKEN, TASKITO_SLOTS. Durations in ms, per Node convention.
Done when a vitest integration test runs the server plus one attached executor and asserts success, retry, cancel, and clean drain. Plan: tasks/executor-attach.md.
Add
sdks/node/src/cli/commands/executor.ts, reusing theloadApploader fromsdks/node/src/cli/commands/run.ts:56.taskito executor --attach $TASKITO_ATTACH ./app.jsSame env contract as the other SDKs:
TASKITO_ATTACH,TASKITO_ATTACH_TOKEN,TASKITO_SLOTS. Durations in ms, per Node convention.Done when a vitest integration test runs the server plus one attached executor and asserts success, retry, cancel, and clean drain. Plan:
tasks/executor-attach.md.