Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Kombu for Celery development? #57

Closed
rclmenezes opened this issue Dec 23, 2013 · 2 comments
Closed

Kombu for Celery development? #57

rclmenezes opened this issue Dec 23, 2013 · 2 comments

Comments

@rclmenezes
Copy link

Currently, in the docs, there is no obvious way to develop with Celery. Randall, do you have a preferred way? Would adding kombu in the reqs and the settings in development.py work for you?

Development.py

BROKER_URL = 'django://'

INSTALLED_APPS += (
    'debug_toolbar',
    'kombu.transport.django'
)

Edit: I'm going to close my own issue here, because I realized that CELERY_ALWAYS_EAGER means you don't need to set up a separate Celery worker to dev on your tasks. Sorry about the rubber duck. Perhaps clarifying this in the docs could be good?

@rdegges
Copy link
Owner

rdegges commented Dec 24, 2013

Hey there, get it figured out? Sorry for the delay.

@rclmenezes
Copy link
Author

Yeah, I got it. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants