i put together app for queuing tasks (although tasks are not executed by this app, just for queueing). I get the feeling that celery + whatever you are doing is better than anything I can come up with (although it does the job well enough) :) LOL
If you want some help testing, I'd be happy to help out and see how it integrates. Mart :) On Aug 5, 4:00 pm, Massimo Di Pierro <[email protected]> wrote: > web2py-celery will be reased in less than one week. I am almost done. > > On Aug 5, 1:26 pm, pbreit <[email protected]> wrote: > > > > > > > > > Celery 2.3 just came out (http://www.celeryproject.org/) which prompted me > > to have a look. The DatabaseBackend doesn't look too > > bad:https://github.com/ask/celery/blob/master/celery/backends/database.py > > > I don't totally understand all of it but if I get super ambitious, maybe > > I'll take a crack at it.

