{"id":18585990,"url":"https://github.com/cloud66-oss/cloud66-rails","last_synced_at":"2025-04-10T13:31:38.623Z","repository":{"id":199255620,"uuid":"699530888","full_name":"cloud66-oss/cloud66-rails","owner":"cloud66-oss","description":"Ruby gem for deeper integration of Rails apps with Cloud 66","archived":false,"fork":false,"pushed_at":"2024-05-09T15:05:06.000Z","size":25,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-24T21:42:27.684Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud66-oss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2023-10-02T20:18:58.000Z","updated_at":"2024-07-21T03:59:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef2400a3-8db1-4f6a-a7fe-6726a9c0f5cf","html_url":"https://github.com/cloud66-oss/cloud66-rails","commit_stats":null,"previous_names":["cloud66-oss/cloud66-rails"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud66-oss%2Fcloud66-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud66-oss","download_url":"https://codeload.github.com/cloud66-oss/cloud66-rails/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225708,"owners_count":21068078,"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-07T00:36:17.711Z","updated_at":"2025-04-10T13:31:33.614Z","avatar_url":"https://github.com/cloud66-oss.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud66\nThis gem provides various integrations with Cloud 66.\n\n## Usage\n### Queue Metrics Endpoint\nBy default, this gem will expose a metrics endpoint in your application at `/cloud66/metrics/queue`, which is only accessible through internal requests to `127.0.0.1` or `::1`.\n\nThis endpoint will detect which supported queue frameworks your application uses, and then expose some useful metrics:\n- How many jobs are waiting in a given queue\n- How many jobs are currently being processed in a given queue\n\nThe supported queue frameworks are:\n- [Sidekiq](https://github.com/sidekiq/sidekiq)\n- [Resque](https://github.com/resque/resque)\n- [Delayed Job](https://github.com/collectiveidea/delayed_job) (via the [ActiveRecord backend](https://github.com/collectiveidea/delayed_job_active_record))\n\nIf you are using the Rails `ActionDispatch::HostAuthorization` middleware (through e.g. `config.hosts`), we suggest [excluding the metrics endpoint](https://guides.rubyonrails.org/configuring.html#actiondispatch-hostauthorization) from host authorization using `config.host_authorization.exclude`.\n\n### Configuration\nYou can configure this gem by creating a file in your Rails initializers (e.g. `config/initializers/cloud66.rb`) and adding the following (values shown are the defaults):\n```ruby\nCloud66.configure do |config|\n  config.engine_automount = true\n  config.engine_automount_endpoint = \"/cloud66\"\nend\n```\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"cloud66\"\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install cloud66\n```\n\n## License\nThe gem is available as open source under the terms of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud66-oss%2Fcloud66-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud66-oss%2Fcloud66-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud66-oss%2Fcloud66-rails/lists"}