Skip to content

Commit

Permalink
Merge pull request #88 from dangayle/master
Browse files Browse the repository at this point in the history
Fixed broken RST code block in RQ documentation
  • Loading branch information
dwighthubbard committed Nov 15, 2015
2 parents 74fb9d7 + 9c6adb3 commit 8ab138a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/source/topic/using_with_existing_modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,9 @@ Then, create a RQ queue:
result = q.enqueue(
count_words_at_url, 'http://nvie.com')
For a more complete example, refer to the docs. But this is the essence.
The worker
For a more complete example, refer to the `RQ docs <http://python-rq.org/>`_. To start executing enqueued function calls in the background, start a worker from your project's directory:

To start executing enqueued function calls in the background, start a worker from your project's directory:

.. code-block::
.. code-block:: none
$ rqworker
*** Listening for work on default
Expand Down

0 comments on commit 8ab138a

Please sign in to comment.