Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update argument docstring definition #278

Merged
merged 1 commit into from
Jan 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arq/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ class Worker:
:param keep_result: default duration to keep job results for
:param keep_result_forever: whether to keep results forever
:param poll_delay: duration between polling the queue for new jobs
:param queue_read_limit: the maximum number of jobs to pull from the queue each time it's polled; by default it
equals ``max_jobs``
:param queue_read_limit: the maximum number of jobs to pull from the queue each time it's polled. By default it
equals ``max_jobs`` * 5, or 100; whichever is higher.
:param max_tries: default maximum number of times to retry a job
:param health_check_interval: how often to set the health check key
:param health_check_key: redis key under which health check is set
Expand Down