diff --git a/lib/sidekiq/cli.rb b/lib/sidekiq/cli.rb index f0a2650f..e096db55 100644 --- a/lib/sidekiq/cli.rb +++ b/lib/sidekiq/cli.rb @@ -68,6 +68,11 @@ module Sidekiq fire_event(:startup) + Sidekiq.redis do |conn| + # touch the connection pool so it is created before we + # launch the actors. + end + if !options[:daemon] logger.info 'Starting processing, hit Ctrl-C to stop' end