Edwin He
Results
2
comments of
Edwin He
according to the docs: ``` app.conf.broker_transport_options = { 'queue_order_strategy': 'priority', } ``` The config above will give you these queue names: ``` ['celery', 'celery\x06\x163', 'celery\x06\x166', 'celery\x06\x169'] ``` My question is,...
I had a similar issue in mysql. See if this fix would work https://github.com/andersinno/python-database-sanitizer/pull/29