{% if jobs_enabled %}Each job starts daily-epub-job@<name>.service through systemd; the unit runs daily-epub job run <name> and records itself here.{% else %}Jobs are disabled on this server; the catalogue below is read-only.{% endif %}
Jobs that take the run lock wait for nothing: a second generate while one is running fails immediately.
Jobs are disabled on this server (server.jobs_enabled = false); run the commands by hand instead.
{{ card.description }}
{% if let Some(id) = card.last_id %}Last started {% if let Some(when) = card.last_requested %}{{ when }}{% else %}job {{ id }}{% endif %}{% else %}No run recorded yet.{% endif %}{% if let Some(lock) = card.lock %} ยท takes the {{ lock }} lock{% endif %}
No jobs recorded yet.
{% else %}| job | name | requested by | requested | started | finished | duration | status | message | run |
|---|---|---|---|---|---|---|---|---|---|
| {{ job.id }} | {{ job.name }} | {{ job.requested_by }} | {{ job.requested }} | {{ job.started }} | {{ job.finished }} | {{ job.duration }} | {{ job.status }} | {% if let Some(run_id) = job.run_id %}{{ run_id }}{% endif %} |