giulionf / realtweetornotbot

Scans screenshots of tweets on reddit and links the corresponding tweet
https://www.reddit.com/u/realtweetornotbot
MIT License
77 stars 5 forks source link

Implement a worker Timeout #4

Closed giulionf closed 5 years ago

giulionf commented 5 years ago

Workers need to be timedout in order to avoid the consumption of too much RAM on Heroku machines (500MB). A long running worker might eat up all the RAM which blocks the application!