浏览代码

fix #1019 - missing queue docs for apply_async)

David Pravec 12 年之前
父节点
当前提交
b88b9a4a67
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      celery/app/task.py

+ 4 - 0
celery/app/task.py

@@ -395,6 +395,10 @@ class Task(object):
                               worker server.  Defaults to the
                               :attr:`routing_key` attribute.
 
+        :keyword queue: The queue to route the task to. When exchange and 
+                        routing key are not specified, they will have 
+                        the same value. 
+
         :keyword exchange: The named exchange to send the task to.
                            Defaults to the :attr:`exchange` attribute.