Browse Source

fix #1019 - missing queue docs for apply_async)

David Pravec 12 years ago
parent
commit
b88b9a4a67
1 changed files with 4 additions and 0 deletions
  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.