{"id":22740519,"url":"https://github.com/datarockets/capistrano-resque-pool","last_synced_at":"2026-03-03T17:01:41.544Z","repository":{"id":26563316,"uuid":"30017338","full_name":"datarockets/capistrano-resque-pool","owner":"datarockets","description":"Capistrano integration for Resque pool https://github.com/nevans/resque-pool.","archived":false,"fork":false,"pushed_at":"2021-01-12T18:49:31.000Z","size":19,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-02-25T03:52:13.689Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datarockets.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-01-29T11:34:20.000Z","updated_at":"2019-10-31T21:22:15.000Z","dependencies_parsed_at":"2022-07-27T08:18:52.035Z","dependency_job_id":null,"html_url":"https://github.com/datarockets/capistrano-resque-pool","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/datarockets/capistrano-resque-pool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarockets%2Fcapistrano-resque-pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarockets%2Fcapistrano-resque-pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarockets%2Fcapistrano-resque-pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarockets%2Fcapistrano-resque-pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datarockets","download_url":"https://codeload.github.com/datarockets/capistrano-resque-pool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datarockets%2Fcapistrano-resque-pool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-12-10T23:09:15.166Z","updated_at":"2026-03-03T17:01:41.502Z","avatar_url":"https://github.com/datarockets.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::Resque::Pool\n\nCapistrano integration for `resque-pool`.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'capistrano-resque-pool'\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install capistrano-resque-pool\n\nFinally, require it in your Capfile:\n\n    require 'capistrano-resque-pool'\n\n\n## Configuration\n\nYou can setup the role or list of roles on which your run resque-pool.\n\n```\n# config/deploy.rb\nset :resque_server_roles, :worker\n\n# config/deploy/production.rb\nserver 'background.example.com', roles: [:worker]\n```\n\nBy default it assumes that resque is located on servers with `app` role.\n\n\n## Usage\n\nStart all the workers and queus.\n\n    bundle exec cap production resque:pool:start\n\nGracefully shut down workers and shutdown the manager after all workers are done.\n\n    bundle exec cap production resque:pool:stop\n\nGracefully shut down workers and immediately shutdown manager.\n\n    bundle exec cap production resque:pool:stop_immediately\n\nReload the config file, reload logfiles, restart all workers.\n\n    bundle exec cap production resque:pool:restart\n\nGracefully shut down workers, Gracefully shut down manager, start a new manager and it's workers\n\n    bundle exec cap production resque:pool:full_restart\n\nLeave the old pool running and start a new pool, Shut down other pools after the workers have started for the new pool\n\n    bundle exec cap production resque:pool:hot_swap\n\n\n## Contributing\n\n1. Fork it ( https://github.com/[my-github-username]/capistrano-resque-pool/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatarockets%2Fcapistrano-resque-pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatarockets%2Fcapistrano-resque-pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatarockets%2Fcapistrano-resque-pool/lists"}