This is my first processing jobs asynchronously I am implementing Sidekiq for background processing in my app. I will use it for reminder emails and in-app notifications. I am
According to the documentation, there may be performance advantage to using Sidekiq::Worker over ActiveJob.
https://github.com/mperham/sidekiq/wiki/Active-Job#performance