filed
Job queue using FUSE
git clone git://mccd.space/filed
| Log | Files | Refs | README | LICENSE |
filed.config.5.scd (938B)
1 FILED.CONFIG(5)
2
3 # NAME
4
5 /_mdir_/config.json - Configure the mounted *filed*(5) pseudo-filesystem
6
7 # DESCRIPTION
8
9 Mounted to _mdir_ is a pseudo-json configuration file that can be used to
10 configure the *filed*(5) job queue.
11
12 When saving the file, the changes are applied immediately.
13
14 # OPTIONS
15
16 ## Max retries
17
18 Maximum amount of retries before moving the job to failed.
19
20 ## Max job count
21
22 Maximum amount of concurrent jobs. It is recommended to not set this much
23 higher than 20.
24
25 ## Backoff mult and backoff base
26
27 The time in seconds to wait before retrying. The formula used is:
28
29 ```
30 base * mult^attempts
31 ```
32
33 ## Timeout
34
35 Time (in seconds) before the job will be killed by a signal.
36
37 # SEE ALSO
38
39 *filed*(5) *filed-launch*(1)
40
41 # AUTHORS
42
43 Maintained by Marc Coquand <marc@coquand.email>. Up-to-date sources can be
44 found at https://git.sr.ht/~marcc/filed and bugs/patches can be submitted by
45 email to ~marcc/public-inbox@lists.sr.ht.