{{ task.schedule }}| Task | Schedule | Queue | Last Run | Next Run | Actions |
|---|---|---|---|---|---|
|
{{ task.key }}
{{ recurring::badge(paused_at=task.paused_at) }}
{{ task.class_name }}
{% if task.description %}
{{ task.description }}
{% endif %}
|
{{ task.schedule }}
|
{{ task.queue_name }}
priority: {{ task.priority }}
|
-
|
-
|
{{ recurring::actions(base_path=base_path, id=task.id, paused_at=task.paused_at, pausable=recurring_pause) }}
|
| No recurring tasks configured | |||||