mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-15 21:47:53 +08:00
Merge pull request #355 from tylerharper/patch-1
fix spelling of careful
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user