summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Abrahamsen <mail@michaelabrahamsen.com>2018-11-13 17:27:41 -0800
committerSelwin Ong <selwin.ong@gmail.com>2018-11-14 08:27:41 +0700
commitd4261f165cb30e03b80d3bc64524ce7a68bbc4c4 (patch)
tree6007a6096cf42c3478326c92baa662854e2f05e6
parent4d17d226f4339c0066db516b1e3fc07ff2a263d4 (diff)
downloadrq-d4261f165cb30e03b80d3bc64524ce7a68bbc4c4.tar.gz
fix typo - change -> chance (#1012)
-rw-r--r--docs/docs/results.md2
1 files changed, 1 insertions, 1 deletions
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`