Re: [web2py] Re: web2py and redis queue

2013-01-03 Thread Niphlod
good then, I'll wait for it and will help with tests, if you want. On Wednesday, January 2, 2013 11:34:20 PM UTC+1, rochacbruno wrote: > > yes, but for me it is not a problem since all my functions lives in > modules. > > But, I have one solution for this problem, I created a plugin_rq.py which

Re: [web2py] Re: web2py and redis queue

2013-01-02 Thread Bruno Rocha
yes, but for me it is not a problem since all my functions lives in modules. But, I have one solution for this problem, I created a plugin_rq.py which is a module and it has a class Queue and the enqueue method which works good for functions defined in models. Also I am implementing the monitorin

[web2py] Re: web2py and redis queue

2013-01-02 Thread Niphlod
tried with python-rq before and as much as I like it (if you can bear the limitations) I can't get any function that is defined in models to be executed. Guess it's something related to web2py's execution environment.. if you're going to use mail.send then it's ok, but what if you must enq

[web2py] Re: web2py and redis queue

2012-12-30 Thread Bruno Rocha
The monitor tool runs on Flask I am sure it will be easy to write a web2py version of this. Maybe as a plugin. Em 31/12/2012 00:09, "Bruno Rocha" escreveu: > > Running delayed jobs with web2py and Redis Queue: > > http://rochacbruno.com.br/web2py-and-redis-queue/ > > Bruno. > --