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