Closed
Description
As is
self.stdout.write( 'Starting job worker for queue "%s" with rate limit %s/s' % (queue_name, rate_limit_in_seconds) )
proposed
``self.stdout.write(
'Starting job worker for queue "%s" with rate limit of one job per %s second(s)'
% (queue_name, rate_limit_in_seconds)
)
`
If you're ok with the wording, I'm happy to submit a Pull request to correct this.
Metadata
Metadata
Assignees
Labels
No labels