#229 Freeze break request: koji_builder / kojid: on failure, restart kojid
Merged 3 years ago by kevin. Opened 3 years ago by kevin.
Unknown source kojid-restart  into  master

@@ -6,6 +6,7 @@

  

  [Service]

  TasksMax=infinity

+ Restart=on-failure

  ExecStart=/usr/sbin/kojid \

         --fg \

         --force-lock \

kojid from time to time hits OOM-killer and is killed, making the
builder basically never checkin or run builds until a manual restart.
Setting this should restart it after such a OOM event and hopefully keep
it processing.

Signed-off-by: Kevin Fenzi kevin@scrye.com

+1 looks easy to implement and roll back if needed.

+1 looks straightforward

rebased onto f2fd9f8

3 years ago

rebased onto f2fd9f8

3 years ago

Pull-Request has been merged by kevin

3 years ago