from kombu import Exchange, Queue app.conf.task_queues = [ Queue('tasks', Exchange('tasks'), routing_key='tasks', ... 這是一個以Python dict表示的訊息:
確定! 回上一頁