From d2dcc2fb6b43aadbf2bda7818eaa8c8e89e5f76c Mon Sep 17 00:00:00 2001 From: Rajesh Khadka Date: Sat, 2 Apr 2022 03:06:55 +0200 Subject: [PATCH] fix typo (#1640) --- docs/contrib/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib/index.md b/docs/contrib/index.md index d7576b95..6925f4e0 100644 --- a/docs/contrib/index.md +++ b/docs/contrib/index.md @@ -45,7 +45,7 @@ Whenever a dequeue is requested, an RQ worker does two things: * It starts executing the function call. * If the job succeeds, its return value is written to the `result` hash key and the hash itself is expired after 500 seconds; or -* If the job failes, the exception information is written to the `exc_info` +* If the job fails, the exception information is written to the `exc_info` hash key and the job ID is pushed onto the `failed` queue.