Skip to content

Commit

Permalink
Merge pull request #141 from eli-pavlov/master
Browse files Browse the repository at this point in the history
Adds --interaval cli arg to "Running" description
  • Loading branch information
selwin committed Dec 12, 2016
2 parents 396efad + 5ddac77 commit 0bbe066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -189,6 +189,7 @@ The script accepts these arguments:
* ``-d`` or ``--db``: Redis db to use
* ``-P`` or ``--password``: password to connect to Redis
* ``-b`` or ``--burst``: runs in burst mode (enqueue scheduled jobs whose execution time is in the past and quit)
* ``-i INTERVAL`` or ``--interval INTERVAL``: How often the scheduler checks for new jobs to add to the queue (in seconds, can be floating-point for more precision).

The arguments pull default values from environment variables with the
same names but with a prefix of ``RQ_REDIS_``.
Expand Down

0 comments on commit 0bbe066

Please sign in to comment.