diff --git a/docs/docs/results.md b/docs/docs/results.md index af0f96fe..b2a054ae 100644 --- a/docs/docs/results.md +++ b/docs/docs/results.md @@ -78,10 +78,12 @@ 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` queue. Therefore, killing a worker forcefully could potentially lead to -damage. - -Just sayin'. +damage. Just sayin'. +If the worker gets killed while a job is running, it will eventually end up in +`FailedJobRegistry` because a cleanup task will raise an `AbandonedJobError`. +Before 0.14 the behavor was the same, but the cleanup task raised a +`Moved to FailedJobRegistry at` error message instead. ## Dealing with Job Timeouts