Commit e26ab0a7 authored by Ilya Simonov's avatar Ilya Simonov

delete app.control.purge() from celery settings

parent 80ced88d
......@@ -15,8 +15,6 @@ app = Celery('cp_video')
# should have a `CELERY_` prefix.
app.config_from_object('django.conf:settings', namespace='CELERY')
# # Erase all messages from all known task queues.
# app.control.purge()
# Load task modules from all registered Django app configs.
app.autodiscover_tasks()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment