Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • TaskHeaders

Index

Properties

Optional argsrepr

argsrepr: undefined | string

A Python representation of args, should an alternative be required.

Optional compression

compression: CompressionMime

MIME type of the compression of this task's message body.

Optional eta

eta: string | null

Earliest time that this Task will execute. ISO 8601 date string.

Optional expires

expires: string | null

Latest time that this Task will execute. ISO 8601 date string.

group

group: string | null

The UUID of this task's group, if any.

id

id: string

The UUID of this task.

Optional kwargsrepr

kwargsrepr: undefined | string

A Python representation of kwargs, should an alternative be required.

lang

lang: string

The language this task is to be executed in, usually "py".

Optional meth

meth: undefined | string

Optional origin

origin: undefined | string

The name of the host that sent this task.

parent_id

parent_id: string | null

The UUID of the task that caled this task, if any.

Optional retries

retries: undefined | number

The number of times this task has been retried. Initially 0.

root_id

root_id: string

The UUID of the first task in this task's workflow, if any.

Optional shadow

shadow: string | null

task

task: string

The name of the task to execute.

Optional timelimit

timelimit: [number | null, number | null]

A tuple of the soft and hard time limits for this task, if any.

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