Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
paulonteri authored Feb 1, 2022
1 parent 01a6b78 commit 233f03d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ or
import requests
x = requests.get('http://localhost:8000/run')
Running Jobs through the management command
"""""""""""""""""""""""""""""""""""""""""""

This will run the jobs every 30 seconds:

.. code-block:: bash
python manage.py serverless_cron_run
You can alternatively add the `--single_run='True'` option to run the jobs just once.

In Production
^^^^^^^^^^^^^
Expand Down

0 comments on commit 233f03d

Please sign in to comment.