bundles/mautrix-whatsapp: restart bridge daily again
All checks were successful
bundlewrap/pipeline/head This commit looks good
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:
parent
83db4ba886
commit
f514e200f0
1 changed files with 1 additions and 1 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue