Koschei: Enable watchdog for Copr-related backend services
This commit is contained in:
parent
ec0f99d080
commit
30b65d2ebe
1 changed files with 7 additions and 0 deletions
|
@ -63,6 +63,13 @@ config = {
|
|||
"scheduler": {
|
||||
"watchdog": True,
|
||||
},
|
||||
"copr_resolver": {
|
||||
"memory_limit": 1024**2, # kilobytes
|
||||
"watchdog": True,
|
||||
},
|
||||
"copr_scheduler": {
|
||||
"watchdog": True,
|
||||
},
|
||||
},
|
||||
"priorities": {
|
||||
"calculation_interval": 3600, # seconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue