mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
Koschei: Enable watchdog for Copr-related backend services
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user