From a62b7622000261a2fc7bb05bfdfd0f295a6ae8c3 Mon Sep 17 00:00:00 2001 From: Zhicheng Cai <16498538+zchcai@users.noreply.github.com> Date: Sun, 26 Jul 2020 05:09:44 -0500 Subject: [PATCH] Update index.md (#1306) --- docs/docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/index.md b/docs/docs/index.md index 979e7d2..d18f081 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -115,6 +115,7 @@ redis_conn = Redis() q = Queue(connection=redis_conn) # Getting the number of jobs in the queue +# Note: Only queued jobs are counted, not including deferred ones print(len(q)) # Retrieving jobs