ID: {{ batch.id }}{% if batch.active_job_batch_id %} · {{ batch.active_job_batch_id }}{% endif %}
{{ metadata_pretty }}
| Job | Queue | Status | Created At | Finished At |
|---|---|---|---|---|
|
id: {{ job.id }}
|
{{ job.queue_name }} | {{ badges::status_badge(status=job.status) }} | {{ job.created_at }} | {% if job.finished_at %}{{ job.finished_at }}{% else %}—{% endif %} |
| No jobs in this batch | ||||