Temporal Task Queue

A Task Queue is a first-in, first-out queue that a Worker Process polls for Tasks.

Choosing a name

Task queue names are case sensitive. You’ll reduce the likelihood of problems by choosing descriptive names that are as short and simple as practical. For example, greeting-tasks is easier to understand and remember than gtq. It’s also a better choice than task-queue-name-for-the-greeting-workflow because it’s shorter and less prone to mistyping.