{"id":20607469,"url":"https://github.com/loopj/node-sidekiq","last_synced_at":"2025-05-08T21:21:36.424Z","repository":{"id":7077322,"uuid":"8365423","full_name":"loopj/node-sidekiq","owner":"loopj","description":"Enqueue jobs to sidekiq from your node apps. Closely mirrors the official ruby sidekiq interface and supports job scheduling.","archived":false,"fork":false,"pushed_at":"2017-12-13T18:54:14.000Z","size":15,"stargazers_count":103,"open_issues_count":3,"forks_count":25,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T02:47:38.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/loopj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-22T20:37:08.000Z","updated_at":"2024-09-15T23:51:38.000Z","dependencies_parsed_at":"2022-07-30T10:37:57.659Z","dependency_job_id":null,"html_url":"https://github.com/loopj/node-sidekiq","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-sidekiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-sidekiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-sidekiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loopj%2Fnode-sidekiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loopj","download_url":"https://codeload.github.com/loopj/node-sidekiq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253150083,"owners_count":21861831,"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-11-16T10:07:31.164Z","updated_at":"2025-05-08T21:21:36.396Z","avatar_url":"https://github.com/loopj.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Add Jobs to Sidekiq from Node.js\n================================\n\nEnqueue jobs to sidekiq from your node apps. Closely mirrors the official \nruby sidekiq interface and supports job scheduling.\n\n\nInstallation\n------------\n\n```shell\nnpm install sidekiq --save\n```\n\n\nUsage\n-----\n\n```javascript\n// Require the module\nSidekiq = require(\"sidekiq\");\n\n// Construct a sidekiq object with your redis connection and optional namespace\nsidekiq = new Sidekiq(redisCon, process.env.NODE_ENV);\n\n// Add a job to sidekiq\nsidekiq.enqueue(\"WorkerClass\", [\"argument\", \"array\"], {\n    retry: false,\n    queue: \"critical\"\n});\n\n// Schedule a job in sidekiq\nsidekiq.enqueue(\"WorkerClass\", [\"some\", \"args\"], {\n    at: new Date(2013, 11, 1)\n});\n```\n\n\nHow to Build\n------------\n\n```shell\n# Install development dependencies\nnpm install\n\n# Use grunt to generate the js version (lib/index.js)\ngrunt\n```\n\n\nReporting Bugs or Feature Requests\n----------------------------------\n\nPlease report any bugs or feature requests on the github issues page for this\nproject here:\n\n\u003chttps://github.com/loopj/node-sidekiq/issues\u003e\n\n\nContributing\n------------\n\n-   [Fork](https://help.github.com/articles/fork-a-repo) the [notifier on github](https://github.com/loopj/node-sidekiq)\n-   Edit only the files in `src`, lib files are autogenerated\n-   Commit and push until you are happy with your contribution\n-   [Make a pull request](https://help.github.com/articles/using-pull-requests)\n-   Thanks!\n\n\nLicense\n-------\n\nThis is free software released under the MIT License.\nSee [LICENSE.txt](https://github.com/loopj/node-sidekiq/blob/master/LICENSE.txt) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fnode-sidekiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floopj%2Fnode-sidekiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floopj%2Fnode-sidekiq/lists"}