mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
1e598bd902
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.
16 lines
210 B
Plaintext
16 lines
210 B
Plaintext
version = "2.4.2"
|
|
|
|
align = more
|
|
#align.arrowEnumeratorGenerator = true
|
|
|
|
maxColumn = 90
|
|
|
|
rewrite.rules = [
|
|
AvoidInfix
|
|
RedundantBraces
|
|
RedundantParens
|
|
AsciiSortImports
|
|
PreferCurlyFors
|
|
SortModifiers
|
|
]
|