Batches are not installed
The batches schema (batches, batch_executions and jobs.batch_id) is missing. Run Quebec.create_tables(), or on a Rails-managed database the Solid Queue add_batches_to_solid_queue migration.
| Batch | Status | Progress | Created At | Finished At |
|---|---|---|---|---|
|
id: {{ batch.id }}
|
{{ badges::status_badge(status=batch.status) }} |
{{ batch.completed_jobs }} / {{ batch.total_jobs }}{% if batch.failed_jobs > 0 %} · {{ batch.failed_jobs }} failed{% endif %}
|
{{ batch.created_at }}
|
{% if batch.finished_at %}{{ batch.finished_at }}{% else %}—{% endif %}
|
| No batches found | ||||