File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ class Worker:
147147 :param keep_result: default duration to keep job results for
148148 :param keep_result_forever: whether to keep results forever
149149 :param poll_delay: duration between polling the queue for new jobs
150- :param queue_read_limit: the maximum number of jobs to pull from the queue each time it's polled; by default it
151- equals ``max_jobs``
150+ :param queue_read_limit: the maximum number of jobs to pull from the queue each time it's polled. By default it
151+ equals ``max_jobs`` * 5, or 100; whichever is higher.
152152 :param max_tries: default maximum number of times to retry a job
153153 :param health_check_interval: how often to set the health check key
154154 :param health_check_key: redis key under which health check is set
You can’t perform that action at this time.
0 commit comments