I am using gem 'sidekiq', '~> 6.0.0' in my rails application. One of my worker are returning timeout error with uncompleted its execution at the staging server but it runs fine on localhost. I know whatever works my worker did that works required more time to execute but it runs fine on localhost but not in staging server. I am unable to figure out it is what the issue. Please help someone me for sorting out the same.
Thank you
Solution on timeout
error