resque-pool
resque-pool copied to clipboard
quickly fork a pool resque workers, saving memory (w/REE) and monitoring their uptime.
The README suggests: > For normal work with fresh resque and resque-scheduler gems add next lines in lib/rake/resque.rake > > task "resque:pool:setup" do > Resque::Pool.after_prefork do |job| > Resque.redis.client.reconnect >...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [rspec-mocks](https://github.com/rspec/rspec-mocks) from 3.12.1 to 3.12.6. Changelog Sourced from rspec-mocks's changelog. 3.12.6 / 2023-07-11 Full Changelog Bug Fixes: Fix an issue with and_call_original when using the method_missing fallback with keyword...
Bumps [rdiscount](https://github.com/davidfstr/rdiscount) from 2.2.7 to 2.2.7.1. Changelog Sourced from rdiscount's changelog. Version 2.2.7.1 (June 16, 2023) Fix to not filter out <style> tags by default in Markdown output, unless filter_styles...
Bumps [rspec-expectations](https://github.com/rspec/rspec-expectations) from 3.12.2 to 3.12.3. Changelog Sourced from rspec-expectations's changelog. 3.12.3 / 2023-04-20 Full Changelog Bug Fixes: Fix include matcher when fuzzy matching on keys with a hash-like actual...
Bumps [mono_logger](https://github.com/steveklabnik/mono_logger) from 1.1.1 to 1.1.2. Commits ee5d8bb increase version to 1.1.2 f5a859b Merge pull request #12 from sambostock/ruby-head-support 8a02cfa Run CI against recent Ruby versions & HEAD 14bfb83 Call...
Bumps [backports](https://github.com/marcandre/backports) from 3.24.0 to 3.24.1. Changelog Sourced from backports's changelog. Changelog All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning....
We should be testing against a build matrix of redis and resque gems. At the very least, we need our CI (GitHub actions) to add these gem versions into our...
This might be out of left field and way out of scope. Could this gem support running an instance of resque-scheduler alongside various workers? Asking because resque-scheduler takes up nearly...
Based on #144 (to not duplicate autoload/require efforts) and #142 (because this loader ought to always be wrapped in a throttling or memoized loader. Allows basic setting/loading of configs in...