{"id":15527257,"url":"https://github.com/madebylotus/request_store-sidekiq","last_synced_at":"2025-08-20T01:32:06.649Z","repository":{"id":44649062,"uuid":"83812534","full_name":"madebylotus/request_store-sidekiq","owner":"madebylotus","description":"Provides an easy integration between RequestStore and Sidekiq","archived":false,"fork":false,"pushed_at":"2022-02-02T08:28:59.000Z","size":13,"stargazers_count":41,"open_issues_count":3,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T12:46:43.483Z","etag":null,"topics":["ruby","ruby-gem","ruby-on-rails","sidekiq"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/madebylotus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-03T15:26:50.000Z","updated_at":"2025-01-02T05:04:10.000Z","dependencies_parsed_at":"2022-09-13T17:51:43.934Z","dependency_job_id":null,"html_url":"https://github.com/madebylotus/request_store-sidekiq","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/madebylotus/request_store-sidekiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madebylotus%2Frequest_store-sidekiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madebylotus%2Frequest_store-sidekiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madebylotus%2Frequest_store-sidekiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madebylotus%2Frequest_store-sidekiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madebylotus","download_url":"https://codeload.github.com/madebylotus/request_store-sidekiq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madebylotus%2Frequest_store-sidekiq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271252409,"owners_count":24726910,"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-08-19T02:00:09.176Z","response_time":63,"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":["ruby","ruby-gem","ruby-on-rails","sidekiq"],"created_at":"2024-10-02T11:05:14.401Z","updated_at":"2025-08-20T01:32:06.385Z","avatar_url":"https://github.com/madebylotus.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RequestStore::Sidekiq\n\n[![Build Status](https://travis-ci.org/madebylotus/request_store-sidekiq.svg?branch=master)](https://travis-ci.org/madebylotus/request_store-sidekiq)\n\nProvides an easy integration between [RequestStore](https://github.com/steveklabnik/request_store) and [Sidekiq](https://github.com/mperham/sidekiq).\n\nRequestStore allows you to easily create threadsafe code, and this middleware for Sidekiq brings that functionality to Sidekiq workers, or even ActiveJob backed Sidekiq.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'request_store-sidekiq', '~\u003e 0.1'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install request_store-sidekiq\n\n## Usage\n\n### Rails\n\nIf using Rails, the Sidekiq middleware is already inserted into the Sidekiq middleware stack for you automatically and there is nothing to do.\n\n### Without Rails\n\nWithout Rails, you'll need to insert the middleware into the stack yourself.  In a Rack app, that might be in the `config.ru` file for instance.\n\n```ruby\n# insert middleware\n\nRequestStore::Sidekiq.add_custom_middleware!\n\nrun MyRackApp\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/madebylotus/request_store-sidekiq. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadebylotus%2Frequest_store-sidekiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadebylotus%2Frequest_store-sidekiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadebylotus%2Frequest_store-sidekiq/lists"}