From 9c3afb87e43856be243a09ad2ed5de0c64125c10 Mon Sep 17 00:00:00 2001 From: luto Date: Mon, 13 Sep 2021 13:48:17 +0200 Subject: [PATCH] Fix link Round Robin / Random worker classes (#1561) --- docs/docs/workers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/workers.md b/docs/docs/workers.md index cec5861..a08f135 100644 --- a/docs/docs/workers.md +++ b/docs/docs/workers.md @@ -308,7 +308,7 @@ more common requests so far are: 3. The ability to use different concurrency models such as `multiprocessing` or `gevent`. 4. Using a custom strategy for dequeuing jobs from different queues. - See [link](#Round-Robin-and-Random-strategies-for-dequeuing-jobs-from-queues). + See [link](#round-robin-and-random-strategies-for-dequeuing-jobs-from-queues). You can use the `-w` option to specify a different worker class to use: