Skip to content

rulvar API reference


rulvar API reference / @rulvar/planner / WorkerSandboxRunnerOptions

Interface: WorkerSandboxRunnerOptions

Defined in: packages/planner/src/sandbox-runner.ts:25

Properties

PropertyTypeDescriptionDefined in
memoryMb?numberWorker old-generation heap ceiling; default 512 (Appendix A).packages/planner/src/sandbox-runner.ts:29
timeoutMs?numberWall-clock ceiling for one execution; default 300000 (Appendix A).packages/planner/src/sandbox-runner.ts:27
workerUrl?URLThe worker entry module; defaults to the built sandbox-worker.js next to this module. Tests running from source point at the built dist.packages/planner/src/sandbox-runner.ts:34