2019-07-22 22:53:30 +00:00
|
|
|
---
|
|
|
|
layout: docs
|
|
|
|
title: Processing Queue
|
2020-03-28 15:35:28 +00:00
|
|
|
permalink: doc/processing
|
2019-07-22 22:53:30 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# {{ page.title }}
|
|
|
|
|
|
|
|
|
|
|
|
The page *Processing Queue* shows the current state of document
|
|
|
|
processing for your uploads.
|
|
|
|
|
|
|
|
At the top of the page a list of running jobs is shown. Below that,
|
|
|
|
the left column shows jobs that wait to be picked up by the job
|
|
|
|
executor. On the right are finished jobs. The number of finished jobs
|
|
|
|
is cut to some maximum and is also restricted by a date range. The
|
|
|
|
page refreshes itself automatically to show the progress.
|
|
|
|
|
|
|
|
Example screenshot:
|
|
|
|
|
|
|
|
<div class="thumbnail">
|
|
|
|
<img src="../img/processing-queue.jpg">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
You can cancel running jobs or remove waiting ones from the queue. If
|
|
|
|
you click on the small file symbol on finished jobs, you can inspect
|
|
|
|
its log messages again. A running job displays the job executor id
|
|
|
|
that executes the job.
|
|
|
|
|
2020-06-03 21:50:48 +00:00
|
|
|
The jobs listed here are all long-running tasks for your collective.
|
|
|
|
Most of the time it executes the document processing tasks. But user
|
|
|
|
defined tasks, like "import mailbox", are also visible here.
|
2019-07-22 22:53:30 +00:00
|
|
|
|
|
|
|
Since job executors are shared among all collectives, it may happen
|
|
|
|
that a job is some time waiting until it is picked up by a job
|
|
|
|
executor. You can always start more job executors to help out.
|
|
|
|
|
|
|
|
If a job fails, it is retried after some time. Only if it fails too
|
2020-06-26 20:10:11 +00:00
|
|
|
often (can be configured), it then is finished with *failed* state.
|
|
|
|
|
|
|
|
For the document-processing task, if processing finally fails or a job
|
|
|
|
is cancelled, the item is still created, just without suggestions.
|