{% 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 SHOW_SCRAPYD_ITEMS %}

Items directory

{% endif %}

Logs directory

demo

{% if SHOW_DASHBOARD_JOB_COLUMN %} {% endif %} {% if SHOW_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 SHOW_SCRAPYD_ITEMS and row['url_items'] %} {% endif %} {% endfor %} {% for row in finished_rows[::-1] %} {% if SHOW_DASHBOARD_JOB_COLUMN %} {% endif %} {% if SHOW_SCRAPYD_ITEMS and row['url_items'] %} {% endif %} {% endfor %}
Project SpiderJobPID Start Runtime Log StatsItemsFinish Action FORCESTOP
Pending
{{ row['project'] }} {{ row['spider'] }}
Running
{{ row['project'] }} {{ row['spider'] }}{{ row['job'] }}{{ row['pid'] }} {{ row['start'] }} {{ row['runtime'] }} Log Stats Items {{ row['finish'] }} STOP FORCESTOP
Finished (in the descending order)
{{ row['project'] }} {{ row['spider'] }}{{ row['job'] }}{{ row['pid'] }} {{ row['start'] }} {{ row['runtime'] }} Log Stats Items {{ row['finish'] }} START
{% endblock %}