{% extends "admin/layout.html" %} {% block content %}
Tasks registered in app/console/schedule.py.
No schedule file found at app/console/schedule.py.
No tasks are scheduled yet.
| Expression | Description | Next Run | Flags |
|---|---|---|---|
| {{ task.expression }} {% if task.due_now %} due {% endif %} |
{{ task.description }}
{% if task.name %}({{ task.name }}){% endif %}
{% if task.environments %}
env: {{ task.environments | join(', ') }}
{% endif %}
|
{{ task.next_run }} |
{% if task.without_overlapping %}
no-overlap
{% endif %}
{% if task.background %}
background
{% endif %}
|