{"id":22351863,"url":"https://github.com/screwdriver-cd/executor-queue","last_synced_at":"2025-07-30T07:31:48.174Z","repository":{"id":45061286,"uuid":"99282545","full_name":"screwdriver-cd/executor-queue","owner":"screwdriver-cd","description":"Executor plugin for Screwdriver using Resque","archived":false,"fork":false,"pushed_at":"2024-09-25T04:25:54.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-11-29T16:43:21.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cd.screwdriver.cd/pipelines/571","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}},"created_at":"2017-08-03T23:15:24.000Z","updated_at":"2024-09-25T04:24:16.000Z","dependencies_parsed_at":"2023-01-28T13:26:55.956Z","dependency_job_id":null,"html_url":"https://github.com/screwdriver-cd/executor-queue","commit_stats":null,"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fexecutor-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fexecutor-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fexecutor-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fexecutor-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/screwdriver-cd","download_url":"https://codeload.github.com/screwdriver-cd/executor-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228106387,"owners_count":17870438,"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":[],"created_at":"2024-12-04T12:16:06.862Z","updated_at":"2024-12-04T12:16:07.769Z","avatar_url":"https://github.com/screwdriver-cd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Executor Queue\n[![Version][npm-image]][npm-url] ![Downloads][downloads-image] [![Build Status][status-image]][status-url] [![Open Issues][issues-image]][issues-url] ![License][license-image]\n\n\u003e An executor plugin that routes builds through a Redis queue\n\nThe executor-queue for Screwdriver will push new jobs into a Redis queue. Other executors such as [executor-docker](https://github.com/screwdriver-cd/executor-docker) and [executor-k8s](https://github.com/screwdriver-cd/executor-k8s) will process jobs from this queue.\n\n## Usage\n\n```bash\n$ npm install screwdriver-executor-queue\n```\n\n### Interface\n\nIt will initialize a connection to [node-resque](https://github.com/taskrabbit/node-resque) with the provided connection details. You can optionally pass in [circuit-fuses](https://github.com/screwdriver-cd/circuit-fuses) breaker options.\n\nConfiguration for any executors must be given directly to the [workers](https://github.com/screwdriver-cd/queue-worker) that read from the queue.\n\n**Example executor yaml section:**\n```yaml\nexecutor:\n    plugin: queue\n    queue:\n        options:\n            # Configuration of the redis instance containing resque\n            redisConnection:\n                host: \"127.0.0.1\"\n                port: 9999\n                options:\n                    password: \"hunter2\"\n                database: 0\n```\n\n## Testing\n\n```bash\n$ npm install\n$ npm test\n```\n\n## License\n\nCode licensed under the BSD 3-Clause license. See [LICENSE](./LICENSE) file for terms.\n\n[npm-image]: https://img.shields.io/npm/v/screwdriver-executor-queue.svg\n[npm-url]: https://npmjs.org/package/screwdriver-executor-queue\n[downloads-image]: https://img.shields.io/npm/dt/screwdriver-executor-queue.svg\n[license-image]: https://img.shields.io/npm/l/screwdriver-executor-queue.svg\n[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/executor-queue.svg\n[issues-url]: https://github.com/screwdriver-cd/executor-queue/issues\n[status-image]: https://cd.screwdriver.cd/pipelines/571/badge\n[status-url]: https://cd.screwdriver.cd/pipelines/571\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fexecutor-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrewdriver-cd%2Fexecutor-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fexecutor-queue/lists"}