爬虫任务控制抬

scheduler ??? fetcher ??? processor ??? result_worker
??? + ???
{% if config.scheduler_rpc is not none %} 最近活跃任务列表 {% endif %}
{% for project in projects %} {% endfor %}
分组 工程名 状态 速度/并发 平均耗时  状态               操作
{{ project['group'] or '' }} {{ project['name'] }} {{ project['status'] }} {{ project['rate'] }}/{{ project['burst'] }}
5m
1h
1d
all
# if config.scheduler_rpc is not none: 活跃任务 # endif # if config.resultdb: 数据结果 # endif