{"id":17233966,"url":"https://github.com/caseywebdev/jobby","last_synced_at":"2025-03-26T00:43:56.901Z","repository":{"id":8051607,"uuid":"9462708","full_name":"caseywebdev/jobby","owner":"caseywebdev","description":"YET ANOTHER REDIS JOB QUEUE!","archived":false,"fork":false,"pushed_at":"2013-10-02T18:57:31.000Z","size":176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T23:13:08.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/caseywebdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-16T02:32:15.000Z","updated_at":"2013-10-02T18:57:31.000Z","dependencies_parsed_at":"2022-09-11T16:41:11.867Z","dependency_job_id":null,"html_url":"https://github.com/caseywebdev/jobby","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fjobby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fjobby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fjobby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/caseywebdev%2Fjobby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/caseywebdev","download_url":"https://codeload.github.com/caseywebdev/jobby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245568578,"owners_count":20636803,"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-10-15T05:27:44.692Z","updated_at":"2025-03-26T00:43:56.882Z","avatar_url":"https://github.com/caseywebdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jobby\n\nYET ANOTHER REDIS JOB QUEUE!\n\n## Install\n\n```bash\nnpm install jobby\n```\n\n## Usage\n\n```js\nvar jobby = require('jobby');\n\nvar errorHandler = function (er, job) { console.error(er, job); };\n\njobby.jobs.mail = function (options, cb) {\n  // Do mail-ish things...\n  cb();\n};\n\njobby\n  .connect(redisUrl, errorHandler)\n  .push('mail', {to: 'a', from: 'b', body: 'Hello!'});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaseywebdev%2Fjobby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaseywebdev%2Fjobby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaseywebdev%2Fjobby/lists"}