Howl王
Howl王
* 测试了 `ruby-build` 和 `homeland` 的 `bundle install --deployment` 都没问题。 * 后续进度会持续更新。 ```shell # Dockerfile 需要加环境变量 ENV CONFIGURE_OPTS="ac_cv_func_isnan=yes ac_cv_func_isinf=yes --disable-install-doc" \ NOKOGIRI_USE_SYSTEM_LIBRARIES=1 ``` ```shell # gem install bundler 后需要设: bundle...
For example, I want to check the sidekiq of redis and the redis of cache separately. ```ruby HealthMonitor.configure do |config| config.redis.configure do |c| c.connection = Redis.current c.provider_name = 'Redis(Cache)' c.max_used_memory...