Update advanced.md

This commit is contained in:
Dheepak Krishnamurthy 2021-08-07 23:37:31 -06:00 committed by GitHub
parent 91e743bf7b
commit 83c848dc7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.