{% load static %}
No |
PID |
State |
{% for crawler in crawlers %}
---|---|---|
{{ crawler.worker_no }} | {{ crawler.pid }} | {{ crawler.state }} |
Url |
Title |
Status |
Crawl next |
Crawled last |
{% for doc in queue %}
|||||
---|---|---|---|---|---|---|---|---|---|
{% if doc.favicon and not doc.favicon.missing %}
|
{{ doc.url }} | {{ doc.title }} |
{% if doc.error %}
|
{% if doc.worker_no is not None %}
In progress | {% elif doc.crawl_last is None or doc.crawl_next < now %}Pending | {% elif doc.crawl_next %}{{ doc.crawl_next_human }} | {% else %}Never | {% endif %} {% if doc.crawl_last %}{{ doc.crawl_last_human }} | {% else %}Never | {% endif %}