{% extends "base.html" %} {% from "_macros.html" import th %} {% block title %}运行 Runs · 爬虫控制台{% endblock %} {% block content %}

运行 Runs

{% include "partial_runs_results.html" %}

平台运行 Platform runs (crawl_runs)

爬虫平台各站点报到 crawl_runs 的运行(与上方策略运行并列展示;触发行链接指向源详情)。 Runs reported to crawl_runs by every platform site, shown side by side with the policy runs above; the Trigger column links to the source detail.

{{ th('ID') }}{{ th('源', 'Source') }}{{ th('状态', 'Status') }}{{ th('开始', 'Started') }}{{ th('结束', 'Finished') }}{{ th('产出行', 'Rows') }}{{ th('触发行', 'Trigger') }}{{ th('错误', 'Error') }} {% for r in platform_runs %}{% include "_platform_run_row.html" %}{% else %} {% endfor %}
暂无平台运行 No platform runs.
{% endblock %}