diff --git a/docs/source/settings.rst b/docs/source/settings.rst index bdb38df5..c0354d35 100644 --- a/docs/source/settings.rst +++ b/docs/source/settings.rst @@ -856,7 +856,7 @@ worker_exit def worker_exit(server, worker): pass -Called just after a worker has been exited. +Called in the worker, right before it terminates. The callable needs to accept two instance variables for the Arbiter and the just-exited Worker.