You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Invidious suggests "because of various issues Invidious must be restarted often, at least once a day, ideally every hour."
It might be nice to incorporate automatic periodic restarting of Invidious as an entrypoint script, perhaps where the period between restarts is defined in INVIDIOUS_RESTART_FREQUENCY=24h
The text was updated successfully, but these errors were encountered:
There is already a healthcheck on the invidious service. I thought it would be nice to have the regular healthcheck and the "healthcheck" to auto-restart, so I tried to move both healthchecks to a shell script in the container that could be called, then I tried keeping the normal healthcheck in Docker and moving the auto-restart to an entrypoint script - I wanted to pass an env var INVIDIOUS_RESTART_FREQUENCY to it and things just kept getting convoluted.
Instead, we could just leave it as it is with the normal healthcheck, and I can use cron or systemd on the host to autorestart the container.
Invidious suggests "because of various issues Invidious must be restarted often, at least once a day, ideally every hour."
It might be nice to incorporate automatic periodic restarting of Invidious as an entrypoint script, perhaps where the period between restarts is defined in
INVIDIOUS_RESTART_FREQUENCY=24h
The text was updated successfully, but these errors were encountered: