{% if jobs.length %}
{{ __("Worker") }} | {{ __("Current Job") }} | {{ __("Status") }} | {{ __("Created") }} |
---|---|---|---|
{{ j.queue }} |
{{ frappe.utils.encode_tags(j.job_name) }}
{% if j.exc_info %}
{{ __("Exception") }}{{ frappe.utils.encode_tags(j.exc_info) }} |
{{ toTitle(j.status) }} | {{ frappe.datetime.prettyDate(j.creation) }} |
{{ __("No workers online on this site") }}