标准运维
你好, {{ notifier }}
检测到您以下周期任务超过 {{ period_task_times }} 个月 未操作,请核实是否仍在使用。
如不再使用,请暂停或删除任务,以免造成资源浪费。
{% for project_name, task_project in task_projects.items %}
{% for task in task_project %} {% endfor %}
任务名称 更新时间 上次运行时间 检测周期运行次数 任务查看链接
{{ task.name }} {{ task.edit_time }} {{ task.last_run_at }} {{ task.total_run_count }} 任务链接
{% endfor %}