invidious subscriptions break if you don't reboot
-
I noticed recently that my subscription list of videos was not updating. After looking into the documentation, it seems that they expect you to reboot the software frequently. Anywhere from hourly to daily. After rebooting, it was working correctly again. Is there a way that we could automate or allow configuring how often a container is rebooted?
-
@girish said in invidious subscriptions break if you don't reboot:
We published a new version now . You can put a app cron and just
kill -9 -1
in itThanks for this!
But…. what would we kill? What executable name do we need to put here?
And maybe put it in the docs -
@necrevistonnezr glad you asked because the
kill
solution doesn't work . I pushed another app update to use supervisor. After updating, you can use https://docs.cloudron.io/apps/invidious/#periodic-restart -
Great! Thank you.