Skip to content

Commit 23f8ebe

Browse files
authored
Merge pull request #54 from collinr3/Issue_#53
Fixes #53
2 parents ce51bfb + 860f620 commit 23f8ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_dbq/management/commands/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def handle(self, *args, **options):
144144
rate_limit_in_seconds = options["rate_limit"]
145145

146146
self.stdout.write(
147-
'Starting job worker for queue "%s" with rate limit %s/s'
147+
'Starting job worker for queue "%s" with rate limit of one job per %s second(s)'
148148
% (queue_name, rate_limit_in_seconds)
149149
)
150150

0 commit comments

Comments
 (0)