Skip to main content

send_task

Send a new task to the task queue.

Parameters

NameDescriptionTypeDefault
type (required)Type identifier for the task.strNone
payload (required)Dictionary containing the task data.TaskPayloadNone
show_warningWhether to show warnings. Defaults to True. Exception: If the payload is not a dictionary.boolTrue

Return Value

None