Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.05 KB

README.md

File metadata and controls

15 lines (8 loc) · 1.05 KB

Kochiku Worker

Kochiku-worker is the builder component of Kochiku. The worker code is deployed to each computer that runs BuildAttemptJobs, which are enqueued by BuildPartitioningJobs from Kochiku.

Since Kochiku uses Resque jobs, a kochiku-worker is essentially just a Resque worker. All of the techniques that you can use with Resque workers, such as the environment variables and Unix signals, also work with Kochiku workers.

Running in development

See the Running Kochiku in development section of the Hacking on Kochiku wiki page.

Deployment

See the Installation & Deployment page of the Kochiku wiki.