mirror of https://github.com/wooey/Wooey.git
8 lines
178 B
Python
8 lines
178 B
Python
|
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
|