| #{{ r.id }} |
{{ r.policy }} |
{{ r.cluster or 'scrapyd' }}{% if r.job_ref %} · {{ r.job_ref }}{% endif %} |
{{ r.elapsed_minutes }}m |
{% if r.rows_attempted is not none %}
{{ r.rows_attempted }}{{ ' / ' ~ r.plan_cells if r.plan_cells else '' }} attempted ·
{{ r.rows_new or 0 }} new
{% else %}
pod has not reported yield yet
{% endif %}
|
{% else %}