Skip to content

Commit

Permalink
Some added info on the sync option
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 9, 2015
1 parent dfd36e1 commit 46c439f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tasks.rst
Expand Up @@ -48,7 +48,11 @@ The task will then be injected straight into a worker and the result saved by a
if not task.success:
print('An error occurred: {}'.format(task.result))

Note that :func:`async` will block until the task is executed and saved. This feature is intended for debugging and development.
.. code:: bash
An error occurred: ImportError("No module named 'my'",)
Note that :func:`async` will block until the task is executed and saved. This feature bypasses the Redis server and is intended for debugging and development.

Connection pooling
------------------
Expand Down

0 comments on commit 46c439f

Please sign in to comment.