Running now
{{ worker_busy }} of {{ max_parallel }} worker slots · {{ resource_status.active }} of {{ resource_status.limit }} local execution slots · heavy {{ resource_status.heavy_running }}/{{ resource_status.heavy_limit }} authoritative (requested {{ resource_status.requested_heavy_limit }}){% if resource_status.heavy_waiting %} ({{ resource_status.heavy_waiting }} waiting){% endif %}{% if resource_status.heavy_conflict %} · capacity conflict: {{ resource_status.heavy_conflict }}{% endif %} · isolation {{ resource_status.isolation }}
{% if resource_status.capacity_full %}
At local execution capacity. Eligible work waits for a slot and dispatches automatically when one opens.
{% endif %}
{% if resource_status.pressured %}
Resource pressure blocks {{ resource_status.disk_operation }}
{{ resource_status.pressure_reasons|join('; ') }}.{% if resource_status.capacity_full %}
Also at local execution capacity ({{ resource_status.active }}/{{ resource_status.limit }} busy).{% endif %}
New local launches wait for pressure to clear; active work can drain.
{% endif %}
{% if resource_status.disk_reserve_bytes %}
Physical-disk reserve {{ resource_status.disk_reserve_bytes }} bytes · admitted allocation {{ resource_status.disk_required_bytes }} bytes.
{% endif %}
{% if resource_status.reclaim %}
{{ resource_status.reclaim }}
{% endif %}
{% for r in running %}
{{ r.task }}{{ r.mode }}{% if r.model %} · {{ r.model }}{% endif %} · {{ r.minutes }} min{% if r.idle %} · idle {{ r.idle }} min{% endif %} {% else %}
nothing running{% endfor %}
Operating profile
{% set profile_option_values = operating_profile_options|map(attribute='value')|list %}
{% set selected_index = profile_option_values.index(operating_profile) if operating_profile in profile_option_values else 0 %}
{{ operating_profile_tradeoff }}
{% if operating_profile_meaning %}{{ operating_profile_source }} requests {{ operating_profile_meaning }}.{% elif operating_profile %}{{ operating_profile_source }} names an unavailable profile; using plain garden.yaml values.{% else %}No profile requested; using plain garden.yaml values.{% endif %}
{% if operating_profile_overrides %}
Specific overrides still apply: {{ operating_profile_overrides|join(', ') }}.{% endif %}
Profile changes do not resume dispatch or raise resource caps.
{% if operating_profile_spend_rate %}
${{ '%.2f' % operating_profile_spend_rate }}/hr last hour{% endif %}