fix spelling of careful

Fixed spelling of careful
This commit is contained in:
Tyler Harper
2019-04-24 14:19:48 -04:00
committed by GitHub
parent c84fd11a67
commit 3882f1c4d4
+1 -1
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