Nicolas Tobo
Nicolas Tobo
Of course: I need to use async tasks for 2 things: - Compute long-time treatment functions (let's call it A) - Send e-mails. But if there're in the queue 10...
Thank you ! I'll test it and tell you.
That works perfectly, I just created a new command called "qclusters": ``` python from optparse import make_option from django.core.management.base import BaseCommand from django.utils.translation import ugettext as _ from django_q.cluster import...
I'm following the project on GitHub, and if you update anything about it, I would be happy to test it !