In development, it's a bit of a hassle to run the celeryd as well as the Django development server. Is it possible to, for example, ask celery to run tasks synchronously during development? Or something similar?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
Yes you can do this by setting |
|||||
|
|
There's also a custom Django test runner in django-celery that helps with CELERY_ALWAYS_EAGER: http://docs.celeryproject.org/en/latest/django/unit-testing.html |
||||
|
|
