Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Celery queues #42

Merged
merged 5 commits into from
Mar 30, 2016
Merged

Celery queues #42

merged 5 commits into from
Mar 30, 2016

Conversation

shreyderina
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 85.102% when pulling 3a853e3 on celery-queues into 5d01227 on master.

@@ -1,2 +1,3 @@
web: gunicorn pycd.wsgi --config config.py -b 0.0.0.0:$PORT
beat: python manage.py celery beat -S djcelery.schedulers.DatabaseScheduler
worker: python manage.py celery worker -Q default -l DEBUG
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why debug is on? Need change to INFO

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 85.102% when pulling cf3b602 on celery-queues into 5d01227 on master.

@rvadim rvadim merged commit 04e1033 into master Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants