Continuously running python file on Heroku

2014-05-23 Thread Ozan Yildiz
Hello everyone, I have a python file which fetches information from a web site continuously (It has a while True loop inside). And its process has to be alive all the time. Is it possible to do this on Heroku if it is what's the right way to do this? Thanks in advance. -Ozan -- -- You rece

Re: Continuously running python file on Heroku

2014-05-23 Thread Daniel Farina
On Fri, May 23, 2014 at 2:13 PM, Ozan Yildiz wrote: > Hello everyone, > > I have a python file which fetches information from a web site continuously > (It has a while True loop inside). And its process has to be alive all the > time. > Is it possible to do this on Heroku if it is what's the right