Module celery::task

source ·
Expand description

Provides the Task trait as well as options for configuring tasks.

Structs

An AsyncResult is a handle for the result of a task.
A Request contains information and state related to the currently executing task.
Wraps the parameters and execution options for a single task invocation.
Configuration options pertaining to a task.

Traits

A Task represents a unit of work that a Celery app can produce or consume.
Extension methods for Result types within a task body.

Type Definitions

The return type for a task.