Skip to main content

tctl v1.17 taskqueue command reference

tctl is deprecated

The tctl command line utility has been deprecated and is no longer actively supported. We recommend transitioning to Temporal CLI for continued use and access to new features.

Thank you for being a valued part of the Temporal community.

The tctl taskqueue command enables Task Queue operations.

Alias: t

describe

The tctl taskqueue describe command describes the poller information of a Task Queue.

tctl taskqueue describe <modifiers> <value>

The following modifiers control the behavior of the command.

--taskqueue

Required modifier

Specify a Task Queue.

Alias: --t

Example

tctl taskqueue describe --taskqueue <value>

--taskqueuetype

Specify the type of a Task Queue. The type can be workflow or activity. The default is workflow.

Example

tctl taskqueue describe --taskqueue <value> --taskqueuetype <type>

list-partition

The tctl taskqueue list-partition command lists the partitions of a Task Queue and the hostname for the partitions.

tctl taskqueue list-partition --taskqueue <value>

The following modifier controls the behavior of the command.

--taskqueue

Required modifier

Specify a Task Queue description.

Alias: --t

Example

tctl taskqueue list-partition --taskqueue <value>