mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Update advanced.md
This commit is contained in:
parent
91e743bf7b
commit
83c848dc7c
1 changed files with 1 additions and 1 deletions
|
@ -69,4 +69,4 @@ uda.taskwarrior-tui.background_process=task sync
|
|||
uda.taskwarrior-tui.background_process_period=60
|
||||
```
|
||||
|
||||
This will run `task sync` every 60 seconds. If the `background_process` is an empty string (default), then no process will be run. Only if the `background_process` is defined and if the `background_process` runs successfully, it'll be run every `background_process_period` number of seconds (default: 60 seconds).
|
||||
This will run `task sync` every 60 seconds. If the `background_process` is an empty string (default), then no process will be run. Only if the `background_process` is defined and if the `background_process` runs successfully, it'll be run every `background_process_period` number of seconds (default: 60 seconds). However, if it fails even once it won't be run again till `taskwarrior-tui` is restarted.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue