Re: Continuously running python file on Heroku

2014-05-24 Thread Ozan Yildiz
I did a search and saw supervisor is a solution, too. But I couldn't find a tutorial on how supervisor is working on heroku. 24 Mayıs 2014 Cumartesi 00:22:30 UTC+3 tarihinde Daniel Farina yazdı: > > On Fri, May 23, 2014 at 2:13 PM, Ozan Yildiz > > > wrote: > > Hello everyone, > > > > I have

Re: Continuously running python file on Heroku

2014-05-24 Thread Ozan Yildiz
The solution was easier than I thought. I used APScheduler. I had to change my code a little bit but that was not too hard to do. Here's very helping tutorialhow to use APScheduler on Heroku. 24