Sidekiq Rails 4.2 Use Active Job or Worker? What's the difference

后端 未结 4 1127
我寻月下人不归
我寻月下人不归 2021-01-30 21:31

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

4条回答
  •  情深已故
    2021-01-30 21:46

    According to the documentation, there may be performance advantage to using Sidekiq::Worker over ActiveJob.

    https://github.com/mperham/sidekiq/wiki/Active-Job#performance

提交回复
热议问题