| {{ __("Queue") }} | -{{ __("Job") }} | -{{ __("Status") }} | -{{ __("Created") }} | -
|---|---|---|---|
| - {{ toTitle(j.queue.split(":").slice(-1)[0]) }} - | -
-
-
- {{ frappe.utils.encode_tags(j.job_name) }}
-
-
- {% if j.exc_info %}
-
-
- {% endif %}
- {{ __("Exception") }}-
-
- {{ frappe.utils.encode_tags(j.exc_info) }}
- |
- - - {{ toTitle(j.status) }} - - | -- {{ frappe.datetime.prettyDate(j.creation) }} - | -
{{ __("No jobs found on this site") }}
-| {{ __("Worker") }} | -{{ __("Current Job") }} | -{{ __("Status") }} | -{{ __("Created") }} | -
|---|---|---|---|
| - {{ j.queue }} - | -
-
-
- {{ frappe.utils.encode_tags(j.job_name) }}
-
-
- {% if j.exc_info %}
-
-
- {% endif %}
- {{ __("Exception") }}-
-
- {{ frappe.utils.encode_tags(j.exc_info) }}
- |
- - {{ toTitle(j.status) }} - | -{{ frappe.datetime.prettyDate(j.creation) }} | -
{{ __("No workers online on this site") }}
-