matrix-docker-ansible-deploy/roles/matrix-bridge-mx-puppet-discord
Slavi Pantaleev bab1ee2233 Work around mx-puppet-discord failing with "No relay found" after reboot
Related to https://gitlab.com/mx-puppet/discord/mx-puppet-discord/-/issues/117

Looks like the bridge is too quick to start and fails to initialize
itself by connecting to Synapse. It's mostly observed after a system
reboot, because Synapse (and everything else) is slower to start.

Once mx-puppet-discord fails to initialize itself, a "No relay found"
error will be observed any time you try to relay a Matrix message to
Discord. Relaying messages in the other direction (Discord to Matrix)
also fails.

With this workaround (longer delay on mx-puppet-discord startup), I
observe mx-puppet-discord working well, even after a full reboot.
Of course, a proper fix is preferable, instead of delaying by a magic
number of seconds.
2022-05-17 11:34:00 +03:00
..
defaults Change back to working original mx-puppet-slack 2022-05-14 21:09:54 +02:00
tasks Ensure git cloning when self-building is done with the matrix user, not root 2022-04-14 08:52:37 +03:00
templates Work around mx-puppet-discord failing with "No relay found" after reboot 2022-05-17 11:34:00 +03:00