Turn of watchdog for koschei-stg
This commit is contained in:
parent
4146919ec6
commit
978f37a386
1 changed files with 4 additions and 0 deletions
|
@ -46,7 +46,11 @@ config = {
|
|||
},
|
||||
"services": {
|
||||
"watcher": {
|
||||
{% if env == 'staging' %}
|
||||
"watchdog_interval": None, # there are almost no messages in stg
|
||||
{% else %}
|
||||
"watchdog_interval": 600, # in seconds
|
||||
{% endif %}
|
||||
},
|
||||
"polling": {
|
||||
"interval": 20 * 60,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue