Contents
All tasks
Top tasks
Task runs by state
{% include "admin/taskmonitor/tasklog/report_piechart_partial.html" with data=task_totals_by_state %}Throughput in task executions per minute
{% include "admin/taskmonitor/tasklog/report_table_partial.html" with rows=tasks_throughput disable_percent=True %}Task runs by app
{% include "admin/taskmonitor/tasklog/report_piechart_partial.html" with data=task_runs_per_app %}Top {{ MAX_TOP }} tasks by runs
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with data=tasks_top_runs %}Top {{ MAX_TOP }} tasks by instance runtime in seconds
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with data=tasks_top_runtime %}Top {{ MAX_TOP }} tasks by failed runs
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with data=tasks_top_failed %}Top {{ MAX_TOP }} tasks by retried runs
{% include "admin/taskmonitor/tasklog/report_barchart_partial.html" with data=tasks_top_retried %}Total of {% if total_runs > 1000000 %}{{ total_runs|intword }}{% else %}{{ total_runs|intcomma }}{% endif %} task logs spanning {{ youngest_date|timeuntil:oldest_date }} with a cumulative runtime of {{ total_runtime_date|timesince }}. This data is cached. Last updated {{ last_update_at|naturaltime }}. All data of this app is stored for a maxmimum of {{ data_max_age }} hours.