-
{{ last_event.type | title }}
{{ last_event.at|timesince }} ago
{% if job.queue_name %}
-
Queue:
{{ job.queue_name }}
{% endif %}
{% if job.lock %}
-
Lock:
{{ job.lock }}
{% endif %}
{% if job.queueing_lock %}
-
Queueing lock:
{{ job.queueing_lock }}
{% endif %}
{% if job.priority != 0 %}
-
Priority:
{{ job.priority }}
{% endif %}
{% if job.scheduled_at %}
-
Scheduled:
{% if job.scheduled_at > now %}
in {{ job.scheduled_at|timeuntil }}
{% else %}
{{ job.scheduled_at|timesince }} ago
{% endif %}
{% endif %}
{% if job.attempts > 1 %}
-
Attempts:
{{ job.attempts }}
{% endif %}