All Projects → square → Kochiku Worker

square / Kochiku Worker

Licence: apache-2.0
Build worker component of Kochiku

Programming Languages

ruby
36898 projects - #4 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].