From 83c848dc7cd9b3a2acf01e8b44305b0666dad136 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Sat, 7 Aug 2021 23:37:31 -0600 Subject: [PATCH] Update advanced.md --- docs/configuration/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/advanced.md b/docs/configuration/advanced.md index f67e828..b114dfd 100644 --- a/docs/configuration/advanced.md +++ b/docs/configuration/advanced.md @@ -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.