From 5cd6608b6d27c620da42e906c2097edcc53bd454 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Thu, 29 Aug 2024 11:04:22 +0000 Subject: [PATCH] maybe enable worker missing notifications --- master.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index de37555..5ccc14a 100644 --- a/master.cfg +++ b/master.cfg @@ -20,7 +20,10 @@ c['secretsProviders'] = [secrets.SecretInAFile(dirname="/var/lib/buildmaster/sec # a Worker object, specifying a unique worker name and password. The same # worker name and password must be configured on the worker. c['workers'] = [worker.Worker("carbon-worker", - util.Secret("worker-carbon.pass"))] + util.Secret("worker-carbon.pass"), + notify_on_missing=["erik@humopery.space","erikmack@gmail.com"], + missing_timeout=300 + )] # 'protocols' contains information about protocols which master will use for # communicating with workers. You must define at least 'port' option that workers -- 2.52.0