CeleryDaemonCommand
Daemon commands.
Attributes
| Attribute | Type | Description |
|---|---|---|
| params | list | A list of command-line parameters that includes daemon-specific options for logging, PID management, process ownership, and execution environment. |
Constructor
Signature
def CeleryDaemonCommand(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list. |
| **kwargs | any | Arbitrary keyword arguments. |
Signature
def CeleryDaemonCommand(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list passed to the parent CeleryCommand constructor |
| **kwargs | any | Arbitrary keyword arguments passed to the parent CeleryCommand constructor |