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
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