{% extends 'base.html' %} {% block title %}run spider{% endblock %} {% block head %} {% if SCRAPYD_SERVERS_AMOUNT > 1 %} {% endif %} {% endblock %} {% block body %}

Schedule a spider run (also known as a job), returning the job id.

{% if task_id %} {% endif %}
{% if SCRAPYD_SERVERS_AMOUNT > 1 %} To select nodes in the Servers page »
*multinodes
{{ SCRAPYD_SERVERS[node-1] }}
Select at least one node
{% endif %}
Check CMD Run Spider
{% endblock %}