RailsCasts Pro episodes are now free!

Learn more or hide this

puneetgaurr's Profile

GitHub User: puneetgaurr

Comments by

Avatar

Can anyone explain about below line of code-

:concurrency: 25
:verbose: false
:queues:
- [often, 7]
- [default, 5]
- [seldom, 3]

I'm facing an issue where data is interchanging when it processed through Sidekiq in backgroud but if I run it manually then no data issue.