docspell/project
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
..
build.nix Initial version. 2019-09-21 22:02:36 +02:00
build.properties Update sbt to 1.3.8 2020-02-04 02:56:54 +01:00
Dependencies.scala Sketch a scheduler for running periodic tasks 2020-03-08 12:55:03 +01:00
ElmCompileMode.scala Add scalafmt.conf and elm compile options 2019-12-29 20:52:43 +01:00
NerModelsPlugin.scala Initial version. 2019-09-21 22:02:36 +02:00
plugins.sbt Update sbt-microsites to 1.1.2 2020-02-21 16:35:43 +01:00