Merge pull request #355 from tylerharper/patch-1

fix spelling of careful
This commit is contained in:
Ilan Steemers
2019-08-10 14:06:32 +02:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ The number of workers to use in the cluster. Defaults to CPU count of the curren
daemonize_workers
~~~~~~~~~~~~~~~~~
Set the daemon flag when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be carefull with orphaned child processes in case of sudden termination of the main process.
Set the daemon flag when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be careful with orphaned child processes in case of sudden termination of the main process.
Defaults to ``True``.
recycle