mcaeiro / force-bot

Discord bot
GNU General Public License v3.0
1 stars 1 forks source link

Keep the bot awake #14

Open mcaeiro opened 5 years ago

mcaeiro commented 5 years ago

Using http://kaffeine.herokuapp.com or something similar, keep the bot from idling

mcaeiro commented 5 years ago

Added the force-bot in Kaffeine but it still went idle (before sleep time). Check if a root content is required.

Also, change the sleep time from 1-7 instead of starting at 2am

mcaeiro commented 5 years ago

The kaffeine app didn’t do the trick. Added a snippet that creates a request every 10 minutes (in express.js). Together that should ensure keeping the bot awake.

mcaeiro commented 5 years ago

The page where I found these for reference: https://quickleft.com/blog/6-easy-ways-to-prevent-your-heroku-node-app-from-sleeping/