Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 871 Bytes

matching-service.md

File metadata and controls

13 lines (9 loc) · 871 Bytes

Matching Service

[see API definition]

Matching Service instances manage Task Queues being polled by Temporal Worker processes. Long-poll requests from Temporal Workers are received by the Frontend Service, which routes them to the Matching Service instance responsible for the requested Task Queue. The Matching Service instance responds by sending Workflow Tasks and Activity Tasks from the requested Task Queue. A single Task Queue is responsible for delivering tasks relating to many Workflow Executions.

Documentation of Matching Service internals is not yet available.