mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 18:18:12 +08:00
daemonize_workers option
This commit is contained in:
@@ -40,6 +40,12 @@ workers
|
||||
|
||||
The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number. [#f1]_
|
||||
|
||||
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.
|
||||
Defaults to ``True``.
|
||||
|
||||
recycle
|
||||
~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user