Writing a Sidekiq middleware
Sidekiq, the background processing framework we all love, is not only amazing out of the box, but it even has support for middlewares, quite similar to Rack, which let you hook into the job lifecycle easily: https://christoph.luppri.ch/articles/2016/12/04/writing-a-sidekiq-middleware/
Post a comment