소스 검색

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.