Server Tasks
This page lists the maintenance tasks that are periodically run on Spokes.
| Task Name | Last Run | Duration | Success | Error | Next Run |
|---|---|---|---|---|---|
No active tasks. |
|||||
| {{ $task.Name }} | {{ if $task.LastRun.IsZero }} {{ else }} {{ $task.LastRun.Format "15:04" }} on {{ $task.LastRun.Format "Mon, Jan 2, 2006" }} | {{ end }}{{ $task.Duration.String }} | {{ if not $task.LastRun.IsZero }} {{ if $task.Success }} {{ else }} {{ end }} {{ else }} {{ end }} | {{ $task.ErrorMsg }} | {{ $task.NextRun.Format "15:04" }} on {{ $task.NextRun.Format "Mon, Jan 2, 2006" }} |