Temporal CLI task-queue command reference
Task Queue commands allow operations to be performed on Task Queues 🔗
x
Link previewWhat is a Task Queue?
A Task Queue is a first-in, first-out queue that a Worker Process polls for Tasks.
temporal task-queue [command] [command options]
describe
The temporal task-queue describe
command provides poller information for a given Task Queue 🔗
x
Link previewWhat is a Task Queue?
A Task Queue is a first-in, first-out queue that a Worker Process polls for Tasks.
The Server 🔗
x
Link previewWhat is the Temporal Server?
The Temporal Server is a grouping of four horizontally scalable services.
LastAccessTime
exceeds one minute, it's likely that the Worker is at capacity (all Workflow and Activity slots are full) or that the Worker has shut down.
Workers 🔗x
Link previewWhat is a Worker?
In day-to-day conversations, the term Worker is used to denote both a Worker Program and a Worker Process. Temporal documentation aims to be explicit and differentiate between them.
With this command, information about the Task Queue can be returned to troubleshoot server issues.
temporal task-queue describe --task-queue=MyTaskQueue --task-queue-type="activity"
Use the options listed below to modify what this command returns.
--fields 🔗
xLink previewtemporal fieldsCustomize fields to print.--limit 🔗
xLink previewtemporal limitNumber of items to print.- xLink previewtemporal no-pagerDisables the interactive pager.
--output 🔗
xLink previewtemporal outputOutput format.--pager 🔗
xLink previewtemporal pagerSets the pager for Temporal CLI to use.- xLink previewtemporal task-queueTask Queue
- xLink previewtemporal task-queue-typeTask Queue type [workflow|activity].
- xLink previewtemporal time-formatFormat time as either relative, iso, raw.
list-partition
The temporal task-queue list-partition
command displays the partitions of a Task Queue 🔗
x
Link previewWhat is a Task Queue?
A Task Queue is a first-in, first-out queue that a Worker Process polls for Tasks.
Use the options listed below to change the command's behavior.
--fields 🔗
xLink previewtemporal fieldsCustomize fields to print.--limit 🔗
xLink previewtemporal limitNumber of items to print.- xLink previewtemporal no-pagerDisables the interactive pager.
--output 🔗
xLink previewtemporal outputOutput format.--pager 🔗
xLink previewtemporal pagerSets the pager for Temporal CLI to use.- xLink previewtemporal task-queueTask Queue
- xLink previewtemporal time-formatFormat time as either relative, iso, raw.