Skip to content

Commit

Permalink
Add '-i' option in rqscheduler
Browse files Browse the repository at this point in the history
This fixes #98.
  • Loading branch information
mbodock committed Feb 25, 2016
1 parent 3bd07ac commit 79bf624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_rq/management/commands/rqscheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Command(BaseCommand):
option_list = BaseCommand.option_list + (
make_option(
'--interval',
'-i',
type=int,
dest='interval',
default=60,
Expand Down

0 comments on commit 79bf624

Please sign in to comment.