Closes #4926
I have been using it for more than 3 weeks on my instance and it works really well.
This works if inv_sig_helper crashes and restarts itself (via systemd or docker restart policy) but it will not work if inv_sig_helper hangs and it doesn't reply to invidious (but this is an issue with inv_sig_helper and not Invidious).
What I do to try to reconnect to an alive inv_sig_helper instance is to use replicas of it and balance them with HAProxy so invidious will be always able to reach an alive inv_sig_helper, but that's another topic.
Closes #4926 I have been using it for more than 3 weeks on my instance and it works really well. This works if
inv_sig_helper
crashes and restarts itself (via systemd or docker restart policy) but it will not work ifinv_sig_helper
hangs and it doesn't reply to invidious (but this is an issue withinv_sig_helper
and not Invidious).What I do to try to reconnect to an alive
inv_sig_helper
instance is to use replicas of it and balance them with HAProxy so invidious will be always able to reach an aliveinv_sig_helper
, but that's another topic.