chaps-io / gush

Fast and distributed workflow runner using ActiveJob and Redis
MIT License
1.03k stars 103 forks source link

Add a Sidekiq logger to jobs #23

Closed ferusinfo closed 8 years ago

ferusinfo commented 8 years ago

As discussed in https://github.com/chaps-io/gush/issues/17. I've added the code you've provided to the Gush::Job class - tested in on my working development, everything is logging smooth.

pokonski commented 8 years ago

Cool :+1: Thanks!