Wooey/docker/celeryconfig.py

8 lines
178 B
Python
Raw Normal View History

result_backend = 'django-db'
broker_url = 'amqp://guest@rabbit'
track_started = True
send_events = True
imports = ('wooey.tasks',)
task_serializer = 'json'
task_acks_late = True