{"id":21155633,"url":"https://github.com/locaweb/heartcheck-sidekiq","last_synced_at":"2025-10-10T03:34:00.297Z","repository":{"id":27950481,"uuid":"31443179","full_name":"locaweb/heartcheck-sidekiq","owner":"locaweb","description":"A plugin to check sidekiq connection with heartcheck ","archived":false,"fork":false,"pushed_at":"2024-12-09T18:45:01.000Z","size":37,"stargazers_count":3,"open_issues_count":5,"forks_count":7,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-04-04T23:11:09.860Z","etag":null,"topics":["hacktoberfest","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ujjwalkarn/DataSciencePython","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/locaweb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","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":"2015-02-27T23:07:41.000Z","updated_at":"2022-10-10T17:46:28.000Z","dependencies_parsed_at":"2022-08-03T17:15:25.410Z","dependency_job_id":null,"html_url":"https://github.com/locaweb/heartcheck-sidekiq","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/locaweb/heartcheck-sidekiq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-sidekiq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-sidekiq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-sidekiq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-sidekiq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locaweb","download_url":"https://codeload.github.com/locaweb/heartcheck-sidekiq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaweb%2Fheartcheck-sidekiq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264450529,"owners_count":23610186,"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":["hacktoberfest","ruby"],"created_at":"2024-11-20T11:25:01.233Z","updated_at":"2025-10-10T03:33:55.259Z","avatar_url":"https://github.com/locaweb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heartcheck::Sidekiq\n\n[![Build Status](https://travis-ci.org/locaweb/heartcheck-sidekiq.svg)](https://travis-ci.org/locaweb/heartcheck-sidekiq)\n[![Code Climate](https://codeclimate.com/github/locaweb/heartcheck-sidekiq/badges/gpa.svg)](https://codeclimate.com/github/locaweb/heartcheck-sidekiq)\n[![Ebert](https://ebertapp.io/github/locaweb/heartcheck-sidekiq.svg)](https://ebertapp.io/github/locaweb/heartcheck-sidekiq)\n\n##A plugin to check sidekiq connection with [heartcheck](https://github.com/locaweb/heartcheck).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'heartcheck-sidekiq'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install heartcheck-sidekiq\n\n## Usage\n\nYou can check any sidekiq connection that there's in your app.\n\n```ruby\nHeartcheck.setup do |config|\n  config.add :sidekiq do |c|\n    c.name = 'redis'\n  end\nend\n```\n### Check Heartcheck example [here](https://github.com/locaweb/heartcheck/blob/master/lib/heartcheck/generators/templates/config.rb)\n\n## License\n* [MIT License](https://github.com/locaweb/heartcheck-sidekiq/blob/master/LICENSE.txt)\n\n## Contributing\n\n1. Fork it ( https://github.com/locaweb/heartcheck-sidekiq/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\nIn order to make it easier for your development, we added a docker dev environment\nso that you don't need to install ruby and it's dependencies via rbenv or rvm.\n\nJust do your setup locally by running:\n\n```\n./scripts/heartcheck setup\n```\n\nRun `./scripts/heartcheck -h` to see options available\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaweb%2Fheartcheck-sidekiq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocaweb%2Fheartcheck-sidekiq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaweb%2Fheartcheck-sidekiq/lists"}