From d4261f165cb30e03b80d3bc64524ce7a68bbc4c4 Mon Sep 17 00:00:00 2001 From: Michael Abrahamsen Date: Tue, 13 Nov 2018 17:27:41 -0800 Subject: [PATCH] fix typo - change -> chance (#1012) --- docs/docs/results.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/results.md b/docs/docs/results.md index e5cc9ca..a641bf8 100644 --- a/docs/docs/results.md +++ b/docs/docs/results.md @@ -73,7 +73,7 @@ possibly resubmit the job. When workers get killed in the polite way (Ctrl+C or `kill`), RQ tries hard not to lose any work. The current work is finished after which the worker will stop further processing of jobs. This ensures that jobs always get a fair -change to finish themselves. +chance to finish themselves. However, workers can be killed forcefully by `kill -9`, which will not give the workers a chance to finish the job gracefully or to put the job on the `failed`