Additional notes and disclaimer about using Heroku

master
Orhan KURULAN 2022-01-05 08:04:35 +03:00
rodzic eb56042e5a
commit 5bcee2ff4a
1 zmienionych plików z 2 dodań i 1 usunięć

@ -1,4 +1,5 @@
Some things to consider
- Heroku will destroy your datastore on upgrade, so you must download (click `[BACKUP]`) and re-upload the `url-list.txt` from the ZIP file on upgrade, but you will lose the 'history' of snapshots NOTE - new issue around backup on heroku open https://github.com/dgtlmoon/changedetection.io/issues/348
- Heroku will pause your instance if you dont use it (you would miss changes then) https://devcenter.heroku.com/articles/free-dyno-hours#dyno-sleeping for this reason, Heroku is probably a poor choice of platform
- Heroku will pause your instance if you don't use it (you would miss changes then) https://devcenter.heroku.com/articles/free-dyno-hours#dyno-sleeping for this reason. I suggest you use Heroku for staging or testing purposes only, for production releases Heroku is probably a poor choice of platform.
- If you want your Heroku Instance to wake up, you can set up a Scheduler Add-on like Advanced Scheduler. It is not free. Go to Resources - Add-ons - Activate "Advanced Scheduler". You can also find a free Python scripts to wake up the instance if you like.