There were still exceptions not caught - and I have the suspicion that the memory leaks we see in production are caused by the reconnects (if you google for python memory leaks you end up with pika and lxml examples - both we use here, so a restart every couple of hours can't hurt)
11 lines
192 B
Desktop File
11 lines
192 B
Desktop File
[Unit]
|
|
Description=openSUSE Release Tools: Sync openQA status
|
|
|
|
[Service]
|
|
User=osrt-rabbit-openqa
|
|
ExecStart=/usr/bin/osrt-rabbit-openqa
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|