{% extends "carrot/base_site.html" %}
{% block content %}
Log
Log level:
-
[[ row.date ]] [[ row.time ]]:[[ row.message ]]
Changes saved!
Failed to save the task. Please check the above errors
Queued tasks
| Priority |
Task |
Arguments |
Keyword arguments |
| [[ task.priority ]] |
[[ task.task ]] |
[[ task.task_args | cropped ]] |
[[ task.content | croppedKwargs ]] |
Failed tasks
| Failure time |
Task |
Task arguments |
Keyword arguments |
Exception |
| [[ task.failure_time | formatDate ]] |
[[ task.task ]] |
[[ task.task_args | cropped ]] |
[[ task.content | croppedKwargs ]] |
[[ task.exception ]] |
Completed tasks
| Completion time |
Task |
Task arguments |
Keyword arguments |
| [[ task.completion_time | formatDate ]] |
[[ task.task ]] |
[[ task.task_args | cropped ]] |
[[ task.content | croppedKwargs ]] |
Scheduled tasks
| Task |
Interval |
Active |
| [[ task.task ]] |
[[ task.interval_display ]] |
|
{% endblock %}