Header banner
Revain logoHome Page
Jon Ford photo
1 Level
780 Review
62 Karma

Review on Sidekiq Pro by Jon Ford

Revainrating 5 out of 5

A great alternative for running asynchronous tasks

The fact that it's ruby and not java is a huge plus. The fact that it's distributed and not shared is a huge plus. With sidekiq, I have a queue of work to be done and I can use the same worker to do several jobs at once. It's not very easy to start using sidekiq, but once you get the hang of it, it makes your application feel more responsive. I can't think of anything I dislike about sidekiq. It's the perfect way to offload background jobs that otherwise would have been a bottleneck in our application. We use sidekiq to run jobs that otherwise would have been a bottleneck in our application.

img 1 attached to Sidekiq Pro review by Jon Ford



Pros
  • This was made clear when i recently started playing around trying new things within rails environment by working through railscast episodes while utilizing ryan batey’s screencast oauth2 project template as reference
Cons
  • Almost everything is ok