I am currently using Resque for my background process but recently I heard a lot of huff-buff about sidekiq. Could anybody compare/differentiate?
In particular I would like to know is there a way to monitor programmatically whether a job is completed in sidekiq
Resque:
Pros:
has no interpreter preference (you can use any ruby);Resque currently supports MRI 2.3.0 or later
Cons
Sidekiq:
Pros
Cons