pyspider dashboard

scheduler ??? fetcher ??? processor ??? result_worker
??? + ???
{% if config.scheduler_rpc is not none %} Recent Active Tasks {% endif %}
{% raw %} {% endraw %} {% raw %}
group project name status rate/burst avg time  progress               actions
{{ project.group }} {{* project.name }} {{ project.paused ? 'PAUSED' : project.status }} {{ project.rate }}/{{ project.burst }} {{ (project.time.fetch_time * 1000).toFixed(1) }}+{{ (project.time.process_time * 1000).toFixed(2) }}
{{* type }}: {{ project.progress[type].task }}
{% endraw %} # if config.scheduler_rpc is not none: {% raw %} Active Tasks {% endraw %} # endif # if config.resultdb: {% raw %} Results {% endraw %} # endif