Преглед на файлове

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.