{% extends "layout.html" %} {% block content %}
{{ args_json }}
{{ kwargs_json }}
| # | Run Time |
|---|---|
No upcoming runs are available. |
|
| {{ loop.index }} | {{ run_time }} |
| Submitted | Status | Source | Duration | Actions |
|---|---|---|---|---|
No run history yet. |
||||
| {% if run.submitted_at %}{{ run.submitted_at.strftime("%Y-%m-%d %H:%M:%S") }} UTC{% else %}-{% endif %} | {% if run.status == "succeeded" %} {{ run.status_label }} {% elif run.status == "running" %} {{ run.status_label }} {% elif run.status == "missed" or run.status == "max_instances" %} {{ run.status_label }} {% else %} {{ run.status_label }} {% endif %} | {{ run.source_label }} | {% if run.duration_ms is not none %}{{ run.duration_ms }} ms{% else %}-{% endif %} | Inspect |
| Time | Level | Logger | Message |
|---|---|---|---|
No logs captured for this task. |
|||
| {{ log.ts.strftime("%Y-%m-%d %H:%M:%S") }} | {% if log.level in ["ERROR", "CRITICAL"] %} {{ log.level }} {% elif log.level == "WARNING" %} {{ log.level }} {% elif log.level == "INFO" %} {{ log.level }} {% else %} {{ log.level }} {% endif %} | {{ log.logger }} | {{ log.message }} |