{% extends 'base_simpleui.html' %} {% block title %}index{% endblock %} {% block head %} {% endblock %} {% block link %}{% endblock %} {% block body %}

browser >>> scrapydweb@{{ scrapydweb_url }} >>> scrapyd@http://{{ SCRAPYD_SERVERS[node-1] }}

{% if not HIDE_SCRAPYD_ITEMS %}

Items directory

{% endif %}

Logs directory

demo

{% if SHOW_DASHBOARD_JOB_COLUMN %} {% endif %} {% if (not HIDE_SCRAPYD_ITEMS) and running_rows and running_rows[0]['url_items'] %} {% endif %} {% for row in pending_rows %} {% endfor %} {% for row in running_rows %} {% if SHOW_DASHBOARD_JOB_COLUMN %} {% endif %} {% if (not HIDE_SCRAPYD_ITEMS) and row['url_items'] %} {% endif %} {% endfor %} {% for row in finished_rows %} {% if SHOW_DASHBOARD_JOB_COLUMN %} {% endif %} {% if (not HIDE_SCRAPYD_ITEMS) and row['url_items'] %} {% endif %} {% endfor %}
Project SpiderJobPID Start Runtime UTF8 StatsItemsFinish Action FORCESTOP
Pending
{{ row['project'] }} {{ row['spider'] }}
Running
{{ row['project'] }} {{ row['spider'] }}{{ row['job'] }}{{ row['pid'] }} {{ row['start'] }} {{ row['runtime'] }} UTF8 Stats Items {{ row['finish'] }} STOP FORCESTOP
Finished
{{ row['project'] }} {{ row['spider'] }}{{ row['job'] }}{{ row['pid'] }} {{ row['start'] }} {{ row['runtime'] }} UTF8 Stats Items {{ row['finish'] }} START
{% endblock %}