Screwdriver Queue Service API
npm install screwdriver-queue-service- Background
- Installation and Usage
- Configuration
- Testing
- Contribute
- License
Screwdriver Queue Service is created to decouple the build queueing mechanism from Screwdriver APIs. It is a REST service with the idea of being highly available and resilient.
npm install
npm start
``This API comes with 2 resources:
- Node v12.0.0 or higher
- [Redis][redis-cli]
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
[npm-image]: https://img.shields.io/npm/v/screwdriver-queue-service.svg
[npm-url]: https://npmjs.org/package/screwdriver-queue-service
[cov-image]: https://coveralls.io/repos/github/screwdriver-cd/queue-service/badge.svg?branch=master
[cov-url]: https://coveralls.io/github/screwdriver-cd/queue-service?branch=master
[vul-image]: https://snyk.io/test/github/screwdriver-cd/queue-service.git/badge.svg
[vul-url]: https://snyk.io/test/github/screwdriver-cd/queue-service.git
[docker-pulls]: https://img.shields.io/docker/pulls/screwdrivercd/queue-service.svg
[docker-stars]: https://img.shields.io/docker/stars/screwdrivercd/queue-service.svg
[docker-url]: https://hub.docker.com/r/screwdrivercd/queue-service/
[license-image]: https://img.shields.io/npm/l/queue-service.svg
[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/queue-service.svg
[issues-url]: https://github.com/screwdriver-cd/queue-service/issues
[status-image]: https://cd.screwdriver.cd/pipelines/1/badge
[status-url]: https://cd.screwdriver.cd/pipelines/1
[slack-image]: http://slack.screwdriver.cd/badge.svg
[slack-url]: http://slack.screwdriver.cd/
[docker-compose]: https://www.docker.com/products/docker-compose
[nomad]: https://www.hashicorp.com/products/nomad
[docker]: https://www.docker.com/products/docker
[kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/
[redis-cli]: https://redis.io/