{"id":15297044,"url":"https://github.com/articulate/squiss-jobs","last_synced_at":"2025-04-13T22:11:56.974Z","repository":{"id":57098983,"uuid":"67825073","full_name":"articulate/squiss-jobs","owner":"articulate","description":"SQS-backed job queue","archived":false,"fork":false,"pushed_at":"2024-02-29T22:06:46.000Z","size":32,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":64,"default_branch":"master","last_synced_at":"2025-04-08T22:02:16.086Z","etag":null,"topics":["aws-sqs","functional-programming","job-queue","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/articulate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-09-09T19:05:46.000Z","updated_at":"2024-03-08T14:30:43.000Z","dependencies_parsed_at":"2024-09-30T19:14:48.727Z","dependency_job_id":"a6427e5d-9e0a-4a38-a9f1-86fc04877f73","html_url":"https://github.com/articulate/squiss-jobs","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fsquiss-jobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fsquiss-jobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fsquiss-jobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/articulate%2Fsquiss-jobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/articulate","download_url":"https://codeload.github.com/articulate/squiss-jobs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788917,"owners_count":21161728,"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":["aws-sqs","functional-programming","job-queue","nodejs"],"created_at":"2024-09-30T19:14:46.628Z","updated_at":"2025-04-13T22:11:56.947Z","avatar_url":"https://github.com/articulate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# squiss-jobs [![npm version](https://img.shields.io/npm/v/squiss-jobs.svg)](https://www.npmjs.com/package/squiss-jobs) [![npm version](https://img.shields.io/npm/dm/squiss-jobs.svg)](https://www.npmjs.com/package/squiss-jobs)\n\nSQS-backed job queue.\n\n## Quick start guide\n\n```js\n// instantiate your queue\nconst queue = require('squiss-jobs')({\n  queueUrl: process.env.JOBS_URI,\n  region:   process.env.AWS_REGION\n})\n\n// create a job handler\nconst foo = payload =\u003e\n  Promise.resolve(payload)\n    .then(/* do something useful */)\n\n// register the job\nqueue.handle('foo', foo)\n\n// start processing jobs\nqueue.start()\n\n// send a job onto the queue\nqueue.send('foo', { bar: 'baz' })\n```\n\n## v1 docs\n\n- [API docs](https://github.com/articulate/squiss-jobs/blob/master/docs/api.md)\n- [CLI docs](https://github.com/articulate/squiss-jobs/blob/master/docs/cli.md)\n\nFor `v0` docs, see the [original API](https://github.com/articulate/squiss-jobs/blob/f9690a36b4eafd962516236af9e1709efaa00e71/README.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farticulate%2Fsquiss-jobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farticulate%2Fsquiss-jobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farticulate%2Fsquiss-jobs/lists"}