{"id":27389111,"url":"https://github.com/an-empty-string/sidekiq","last_synced_at":"2025-10-12T04:14:18.242Z","repository":{"id":70873840,"uuid":"536192948","full_name":"an-empty-string/sidekiq","owner":"an-empty-string","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-04T15:39:04.000Z","size":7230,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-03T01:37:15.677Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/an-empty-string.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.md","contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"code_of_conduct.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-09-13T15:32:39.000Z","updated_at":"2022-09-13T15:34:45.000Z","dependencies_parsed_at":"2025-09-03T01:32:49.610Z","dependency_job_id":"c2a4fac9-b867-4636-ba5c-bf198d2d8490","html_url":"https://github.com/an-empty-string/sidekiq","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/an-empty-string/sidekiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Fsidekiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Fsidekiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Fsidekiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Fsidekiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/an-empty-string","download_url":"https://codeload.github.com/an-empty-string/sidekiq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/an-empty-string%2Fsidekiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010256,"owners_count":26084718,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-04-13T19:12:14.250Z","updated_at":"2025-10-12T04:14:18.235Z","avatar_url":"https://github.com/an-empty-string.png","language":"Ruby","readme":"Sidekiq\n==============\n\n[![Gem Version](https://badge.fury.io/rb/sidekiq.svg)](https://rubygems.org/gems/sidekiq)\n![Build](https://github.com/mperham/sidekiq/workflows/CI/badge.svg)\n\nSimple, efficient background processing for Ruby.\n\nSidekiq uses threads to handle many jobs at the same time in the\nsame process.  It does not require Rails but will integrate tightly with\nRails to make background processing dead simple.\n\nPerformance\n---------------\n\nVersion |\tLatency | Garbage created for 10k jobs\t| Time to process 100k jobs |\tThroughput | Ruby\n-----------------|------|---------|---------|------------------------|-----\nSidekiq 6.0.2    | 3 ms\t| 156 MB  | 14.0 sec| **7100 jobs/sec** | MRI 2.6.3\nSidekiq 6.0.0    | 3 ms\t| 156 MB  | 19 sec  | 5200 jobs/sec | MRI 2.6.3\nSidekiq 4.0.0    | 10 ms\t| 151 MB  | 22 sec  | 4500 jobs/sec |\nSidekiq 3.5.1    | 22 ms\t| 1257 MB | 125 sec | 800 jobs/sec |\nResque 1.25.2    |  -\t  | -       | 420 sec | 240 jobs/sec |\nDelayedJob 4.1.1 |  -   | -       | 465 sec | 215 jobs/sec |\n\nThis benchmark can be found in `bin/sidekiqload` and assumes a Redis network latency of 1ms.\n\nRequirements\n-----------------\n\n- Redis: 4.0+\n- Ruby: MRI 2.5+ or JRuby 9.2+.\n\nSidekiq 6.0 supports Rails 5.0+ but does not require it.\n\n\nInstallation\n-----------------\n\n    bundle add sidekiq\n\n\nGetting Started\n-----------------\n\nSee the [Getting Started wiki page](https://github.com/mperham/sidekiq/wiki/Getting-Started) and follow the simple setup process.\nYou can watch [this YouTube playlist](https://www.youtube.com/playlist?list=PLjeHh2LSCFrWGT5uVjUuFKAcrcj5kSai1) to learn all about\nSidekiq and see its features in action.  Here's the Web UI:\n\n![Web UI](https://github.com/mperham/sidekiq/raw/main/examples/web-ui.png)\n\n\nWant to Upgrade?\n-------------------\n\nI also sell Sidekiq Pro and Sidekiq Enterprise, extensions to Sidekiq which provide more\nfeatures, a commercial-friendly license and allow you to support high\nquality open source development all at the same time.  Please see the\n[Sidekiq](https://sidekiq.org/) homepage for more detail.\n\nSubscribe to the **[quarterly newsletter](https://tinyletter.com/sidekiq)** to stay informed about the latest\nfeatures and changes to Sidekiq and its bigger siblings.\n\n\nProblems?\n-----------------\n\n**Please do not directly email any Sidekiq committers with questions or problems.**  A community is best served when discussions are held in public.\n\nIf you have a problem, please review the [FAQ](https://github.com/mperham/sidekiq/wiki/FAQ) and [Troubleshooting](https://github.com/mperham/sidekiq/wiki/Problems-and-Troubleshooting) wiki pages.\nSearching the [issues](https://github.com/mperham/sidekiq/issues) for your problem is also a good idea.\n\nSidekiq Pro and Sidekiq Enterprise customers get private email support.  You can purchase at https://sidekiq.org; email support@contribsys.com for help.\n\nUseful resources:\n\n* Product documentation is in the [wiki](https://github.com/mperham/sidekiq/wiki).\n* Occasional announcements are made to the [@sidekiq](https://twitter.com/sidekiq) Twitter account.\n* The [Sidekiq tag](https://stackoverflow.com/questions/tagged/sidekiq) on Stack Overflow has lots of useful Q \u0026amp; A.\n\nEvery Friday morning is Sidekiq happy hour: I video chat and answer questions.\nSee the [Sidekiq support page](https://sidekiq.org/support.html) for details.\n\nContributing\n-----------------\n\nPlease see [the contributing guidelines](https://github.com/mperham/sidekiq/blob/main/.github/contributing.md).\n\n\nLicense\n-----------------\n\nPlease see [LICENSE](https://github.com/mperham/sidekiq/blob/main/LICENSE) for licensing details.\n\n\nAuthor\n-----------------\n\nMike Perham, [@getajobmike](https://twitter.com/getajobmike) / [@sidekiq](https://twitter.com/sidekiq), [https://www.mikeperham.com](https://www.mikeperham.com) / [https://www.contribsys.com](https://www.contribsys.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan-empty-string%2Fsidekiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fan-empty-string%2Fsidekiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fan-empty-string%2Fsidekiq/lists"}