{"id":22351859,"url":"https://github.com/screwdriver-cd/queue-service","last_synced_at":"2025-07-30T07:31:48.152Z","repository":{"id":38991369,"uuid":"240052638","full_name":"screwdriver-cd/queue-service","owner":"screwdriver-cd","description":"Screwdriver Queue Service API","archived":false,"fork":false,"pushed_at":"2024-11-01T17:51:34.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":5,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-11-01T18:29:00.170Z","etag":null,"topics":["docker","redis"],"latest_commit_sha":null,"homepage":"https://cd.screwdriver.cd/pipelines/4226","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/screwdriver-cd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-12T15:54:34.000Z","updated_at":"2024-10-15T16:52:02.000Z","dependencies_parsed_at":"2024-04-09T01:44:36.008Z","dependency_job_id":"1f79b9b0-729b-4945-9df2-5c7c8c050091","html_url":"https://github.com/screwdriver-cd/queue-service","commit_stats":null,"previous_names":["screwdriver-cd/screwdriver-queue-service"],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fqueue-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fqueue-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fqueue-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fqueue-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/screwdriver-cd","download_url":"https://codeload.github.com/screwdriver-cd/queue-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227807829,"owners_count":17822962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","redis"],"created_at":"2024-12-04T12:16:05.737Z","updated_at":"2024-12-04T12:16:06.495Z","avatar_url":"https://github.com/screwdriver-cd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screwdriver Queue Service API\n[![Version][npm-image]][npm-url] [![Pulls][docker-pulls]][docker-url] [![Stars][docker-stars]][docker-url] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] [![Coverage][cov-image]][cov-url] [![Vulnerabilities][vul-image]][vul-url] ![License][license-image] [![Slack][slack-image]][slack-url]\n\n## Table of Contents\n\n- [Background](#background)\n- [Installation and Usage](#installation-and-usage)\n- [Configuration](#configuration)\n- [Testing](#testing)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Background\n\nScrewdriver 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.\n\n## Installation and Usage\n```\n    npm install\n    npm start\n```\n\n### Plugins\n\nThis API comes with 2 resources:\n\n - [executor](plugins/executor/README.md)\n - [worker](plugins/worker/README.md)\n\n### Prerequisites\nTo use Screwdriver Queue Service, you will need the following prerequisites:\n\n- Node v12.0.0 or higher\n- [Redis][redis-cli]\n\n## Contribute\nTo start contributing to Screwdriver, have a look at our guidelines, as well as pointers on where to start making changes, in our [contributing guide](http://docs.screwdriver.cd/about/contributing).\n\n## License\n\nCode licensed under the BSD 3-Clause license. See [LICENSE file](https://github.com/screwdriver-cd/screwdriver/blob/master/LICENSE) for terms.\n\n[npm-image]: https://img.shields.io/npm/v/screwdriver-queue-service.svg\n[npm-url]: https://npmjs.org/package/screwdriver-queue-service\n[cov-image]: https://coveralls.io/repos/github/screwdriver-cd/queue-service/badge.svg?branch=master\n[cov-url]: https://coveralls.io/github/screwdriver-cd/queue-service?branch=master\n[vul-image]: https://snyk.io/test/github/screwdriver-cd/queue-service.git/badge.svg\n[vul-url]: https://snyk.io/test/github/screwdriver-cd/queue-service.git\n[docker-pulls]: https://img.shields.io/docker/pulls/screwdrivercd/queue-service.svg\n[docker-stars]: https://img.shields.io/docker/stars/screwdrivercd/queue-service.svg\n[docker-url]: https://hub.docker.com/r/screwdrivercd/queue-service/\n[license-image]: https://img.shields.io/npm/l/queue-service.svg\n[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/queue-service.svg\n[issues-url]: https://github.com/screwdriver-cd/queue-service/issues\n[status-image]: https://cd.screwdriver.cd/pipelines/1/badge\n[status-url]: https://cd.screwdriver.cd/pipelines/1\n[slack-image]: http://slack.screwdriver.cd/badge.svg\n[slack-url]: http://slack.screwdriver.cd/\n[docker-compose]: https://www.docker.com/products/docker-compose\n[nomad]: https://www.hashicorp.com/products/nomad\n[docker]: https://www.docker.com/products/docker\n[kubectl]: https://kubernetes.io/docs/user-guide/kubectl-overview/\n[redis-cli]: https://redis.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fqueue-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrewdriver-cd%2Fqueue-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fqueue-service/lists"}