Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 518 Bytes

Workers

Workers operate outside of the Taskcluster services, claiming tasks from the queue and executing them.

Taskcluster currently provides two worker implementations. Docker-worker runs tasks in Docker, and is written in JS. Generic-worker runs on several platforms, with several engines, and is written in Go.

Table of Contents