Re: background task without celery

2012-12-10 Thread John DeRosa
On Dec 10, 2012, at 9:44 AM, leonardo wrote: > Hi, > > I'm deploying a project to validation purpose in Heroku and not worth paying > for a worker to execute background task. > Is there a way to execute background task without celery + rabbitmq ? > I investigated alternatives to Celery, and c

Re: background task without celery

2012-12-10 Thread Nikolas Stevenson-Molnar
You can configure a celery worker on the the same server you run everything else on. Then you can still use celery (which is useful if you ever want to scale to a separate worker machine down the road. _Nik On 12/10/2012 10:36 AM, Bill Freeman wrote: > > > On Mon, Dec 10, 2012 at 12:44 PM, leonar

Re: background task without celery

2012-12-10 Thread Bill Freeman
On Mon, Dec 10, 2012 at 12:44 PM, leonardo wrote: > Hi, > > I'm deploying a project to validation purpose in Heroku and not worth > paying for a worker to execute background task. > Is there a way to execute background task without celery + rabbitmq ? > > Thanks, > Another way to do this is with