Template in distributor/
Distributor is a cloud runtime service that durably accepts completed tasks, stores results for Backend queries, and exports result logs.
position: cloud
pod-template:
image: distributor
imagePullPolicy: Always
env:
port-open:
pos: cloud
port: 9000
The base template has no policy-specific environment variables. Distributor performs the final task-lease renewal before persistence, reports completion to Scheduler, and releases the lease. Acceptance is idempotent, so a retry of the same completed task does not create a second logical result.