Current section

Files

Jump to
temporal_sdk docs worker -module.md
Raw

docs/worker/-module.md

Task worker module.
The task worker is a supervised group of processes that manages processing of the Temporal task
executions. Temporal task executions are managed by the Temporal server.
Task worker processes are supervised by the SDK cluster supervisor.
Task worker responsibilities:
- configure and start the task worker statistics telemetry poller,
- configure worker-level fixed window rate limiter time windows,
- configure worker-level options, such as worker Temporal `namespace`,
- configure Temporal task poller rate limiter,
- configure, start and supervise Temporal task pollers pool,
- configure and enforce rate limiters limits,
- setup and spawn task executors for Temporal task executions polled by the task pollers.
## Task Worker Configuration