Each job starts daily-epub-job@<name>.service through systemd; the unit runs daily-epub job run <name> and records itself here. 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(lock) = card.lock %}Takes the {{ lock }} lock.
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 %} |