Tasks can now be queued from the web interface. Tasks are dispatched to the crawl server(s)

This commit is contained in:
Simon
2018-06-12 13:44:03 -04:00
parent 6d48f1f780
commit d61fd75890
14 changed files with 169 additions and 409 deletions

View File

@@ -14,5 +14,6 @@ CREATE TABLE TaskResult (
status_code TEXT,
file_count INT,
start_time INT,
end_time INT
end_time INT,
indexed_time INT DEFAULT NULL
);