{% extends "base.html" %} {% block title %}Recurring Jobs - Control Plane{% endblock %} {% block content %}
{% if recurring_tasks|length > 0 %} {% for task in recurring_tasks %} {% endfor %} {% else %} {% endif %}
Task Schedule Queue Last Run Next Run Actions
{{ task.key }}
{{ task.class_name }}
{% if task.description %}
{{ task.description }}
{% endif %}
{{ task.schedule }}
{{ task.queue_name }}
priority: {{ task.priority }}
-
-
No recurring tasks configured
{% endblock %}