change sidekiq queueing to bulk push (#3536)
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 4 additions, 0 deletionsGemfile.lock
- app/controllers/settings/follower_domains_controller.rb 4 additions, 2 deletionsapp/controllers/settings/follower_domains_controller.rb
- app/services/fan_out_on_write_service.rb 6 additions, 2 deletionsapp/services/fan_out_on_write_service.rb
- app/workers/scheduler/subscriptions_scheduler.rb 3 additions, 3 deletionsapp/workers/scheduler/subscriptions_scheduler.rb
- app/workers/soft_block_domain_followers_worker.rb 5 additions, 2 deletionsapp/workers/soft_block_domain_followers_worker.rb
... | ... | @@ -52,6 +52,7 @@ gem 'sanitize', '~> 4.4' |
gem 'sidekiq', '~> 5.0' | ||
gem 'sidekiq-scheduler', '~> 2.1' | ||
gem 'sidekiq-unique-jobs', '~> 5.0' | ||
gem 'sidekiq-bulk', '~>0.1.1' | ||
gem 'simple-navigation', '~> 4.0' | ||
gem 'simple_form', '~> 3.4' | ||
gem 'sprockets-rails', '~> 3.2', require: 'sprockets/railtie' | ||
... | ... |
Please register or sign in to comment