From a7e5380f67157550156aece0c1db800c4e194afb Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 10 Nov 2019 00:03:57 +0200 Subject: [PATCH] Add configuration example, experiments watchdog --- docs/services.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/services.conf diff --git a/docs/services.conf b/docs/services.conf new file mode 100644 index 0000000..2481d56 --- /dev/null +++ b/docs/services.conf @@ -0,0 +1,9 @@ +tasks { + non_responsive_tasks_watchdog { + # In-progress tasks that haven't been updated for at least 'value' seconds will be stopped by the watchdog + threshold_sec: 7200 + + # Watchdog will sleep for this number of seconds after each cycle + watch_interval_sec: 900 + } +}