jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.25k stars 331 forks source link

Middleware doesn't have access to the worker class name #415

Open redwrx opened 4 years ago

redwrx commented 4 years ago

Middleware call needs to have access to the worker class for logging purposes at least. I opened a PR with a minor change where middleware call method is being called. https://github.com/jondot/sneakers/pull/414