mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 02:08:12 +08:00
+2
-2
@@ -83,7 +83,7 @@ a single keyword dict named ``q_options``. This enables you to use these keyword
|
||||
|
||||
async('math.modf', 2.5, q_options=opts)
|
||||
|
||||
Please not that this will override any other option keywords.
|
||||
Please note that this will override any other option keywords.
|
||||
|
||||
.. note::
|
||||
For tasks to be processed you will need to have a worker cluster running in the background using ``python manage.py qcluster``
|
||||
@@ -481,4 +481,4 @@ Reference
|
||||
|
||||
:param bool failures: set this to ``False`` to exclude failed tasks
|
||||
:param int wait: optional milliseconds to wait for a task or count. -1 for indefinite
|
||||
:param int count: block until there are this many tasks in the group
|
||||
:param int count: block until there are this many tasks in the group
|
||||
|
||||
Reference in New Issue
Block a user