queue section of settings.yaml (was
queue_policy.yaml), which gates only the cross-thread worker queue, not the
inflight buffer, plus recovery of orphaned jobs after a crash. The worker queue
is off by default; researcher ships with it enabled as the reference opt-in.
The job pool itself (workers count, max_depth and inflight_max_depth
backpressure, job_recursion_limit, and result_ttl_days) is a host resource,
so it now lives in resources.jobs of a layer-root settings.yaml
(~/.ziro/settings.yaml or <project>/.ziro/settings.yaml), not on any one
agent. Where a knob is unset there it falls back to the agent’s queue section,
so existing configs keep working.
This page is in progress. The shipped
researcher queue section is fully
commented and is the best reference until it lands. Legacy split
queue_policy.yaml files still resolve.queue section and
resources.jobs resolve.