Skip to content

stdout on worker start incorrectly describes the rate limit as rate per second #53

Closed
@collinr3

Description

@collinr3

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions