Options
All
  • Public
  • Public/Protected
  • All
Menu

JSON layout of task properties. Directly (de)serializable via JSON.stringify() and JSON.parse().

Hierarchy

  • TaskProperties

Index

Properties

body_encoding

body_encoding: "base64" | "utf-8"

The MIME encoding type of the body.

correlation_id

correlation_id: string

Used by RabbitMQ for child tasks. Usually the UUID of this task.

delivery_info

delivery_info: TaskDeliveryInfo

delivery_mode

delivery_mode: 1 | 2

1 is not durable, 2 is durable.

delivery_tag

delivery_tag: string

Typically "celery".

priority

priority: number

May be ignored if unsupported by the queue.

Optional reply_to

reply_to: undefined | string

Queue name to send replies to. Used for RPC result backend.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc