docspell/modules/restserver/src/main
Eike Kettner 1e598bd902 Sketch a scheduler for running periodic tasks
Periodic tasks are special in that they are usually kept around and
started based on a schedule. A new component checks periodic tasks and
submits them in the queue once they are due.

In order to avoid duplicate periodic jobs, the tracker of a job is
used to store the periodic job id. Each time a periodic task is due,
it is first checked if there is a job running (or queued) for this
task.
2020-03-08 12:55:03 +01:00
..
resources Integrate support for more files into processing and upload 2020-02-19 23:27:00 +01:00
scala/docspell/restserver Sketch a scheduler for running periodic tasks 2020-03-08 12:55:03 +01:00
templates Initial version. 2019-09-21 22:02:36 +02:00