From: Erik Mackdanz Date: Thu, 29 Aug 2024 11:04:22 +0000 (+0000) Subject: maybe enable worker missing notifications X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=5cd6608b6d27c620da42e906c2097edcc53bd454;p=private%2Fbuildbot-default.git maybe enable worker missing notifications --- 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