bundles/mautrix-whatsapp: restart bridge daily again
All checks were successful
bundlewrap/pipeline/head This commit looks good

It seems neither WhatsApp nor WhatsApp Web are designed for 24/7
connections, thus leading to all kinds of weird side effects like
"Bridge thinks it's connected, but no messages get through at all"
or "WhatsApp is running, but the Bridge can't connect to it"
This commit is contained in:
Franzi 2021-03-27 08:21:41 +01:00
parent 83db4ba886
commit f514e200f0
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -6,7 +6,7 @@ defaults = {
},
},
'cron': {
'restart_mautrix_whatsapp': '0 3 * * 0 root systemctl restart matrix-bridge-whatsapp.service',
'restart_mautrix_whatsapp': '0 3 * * * root systemctl restart matrix-bridge-whatsapp.service',
},
'icinga2_api': {
'mautrix-whatsapp': {