I'm new to Sidekiq and use it with Ruby on Amazon EC2 instances to do some work with ImageMagick with images.
During startup, I realized that every worker works on one core. I use EC2 c3.2xlarge machines and they have 8 cores. It shows that processor utilization is 15%, but one core is used at 100% and the rest use 0%.
Can Sidekiq use different processor cores for different workers? If possible, is it inefficiency caused by ImageMagic, and how can I get it to use other kernels?
ruby amazon-ec2 imagemagick sidekiq
Omer temel
source share