{% include 'system/common/header.html' %}
ID标识
名称
任务类型
date 一次性指定固定时间,只执行一次
interval 间隔调度,隔多长时间执行一次
cron 指定相对时间执行
函数
{% for task in task_list %}
{{ task }}
{% endfor %}
固定时间
时间
提交
重置
{% include 'system/common/footer.html' %}