Skip to content

Commit d861f36

Browse files
committed
Merge pull request #156 from mbodock/master
Add '-i' option in rqscheduler
2 parents 3bd07ac + 79bf624 commit d861f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

django_rq/management/commands/rqscheduler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Command(BaseCommand):
1313
option_list = BaseCommand.option_list + (
1414
make_option(
1515
'--interval',
16+
'-i',
1617
type=int,
1718
dest='interval',
1819
default=60,

0 commit comments

Comments
 (0)