examples/typescript/functions/minimal_job/function.py to package a
TypeScript job, build it with npm run build, and run the compiled
node dist/index.js entrypoint as a Nullspace Function job.
Setup
CLI
NULLSPACE_INPUT or .nullspace/run.json and writes
result.json plus reports/summary.txt.
Function Definition
function.py
max_concurrency uses the same shared Function config field as Python. Synchronous
run/invoke calls fail fast with 429 capacity_exceeded and Retry-After
when saturated; detached spawn calls use the bounded Function backlog.