{{ $ := . }}
{{ $.Info }}
{{ .StatusMessage }}
{{ end }} {{ if eq $.Queue "file" }}ID | Created At | Action | File ID | Priority | Status | Last Status At | Start After | {{ range $idx, $q := $.FileQueue }}
---|---|---|---|---|---|---|---|
{{ $q.ID }} | {{ Datetime $q.CreatedAt }} | {{ $q.Action }} | {{ $q.FileID }} | {{ $q.Priority }} | {{ $q.Status }} | {{ Datetime $q.LastStatusAt }} | {{ Datetime $q.StartAfter }} |
File queue is empty. |
→ Show objects (with index counts)
ID | Created At | Type | Action | Object ID | Priority | Status | Last Status At | {{ range $idx, $q := $.IndexQueue }}
---|---|---|---|---|---|---|---|
{{ $q.ID }} | {{ Datetime $q.CreatedAt }} | {{ $q.Type }} | {{ $q.Action }} | {{ template "type_linker" (dict "type" $q.Type "id" $q.ObjectID) }} | {{ $q.Priority }} | {{ $q.Status }} | {{ Datetime $q.LastStatusAt }} |
Index queue is empty. |