chaps-io / gush

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

Reconfigure Sidekiq client #28

Closed mmmaia closed 8 years ago

mmmaia commented 8 years ago

Also reconfigures Sidekiq client instead of only Sidekiq server.

Related to https://github.com/chaps-io/gush-control/issues/16

Reference: https://github.com/mperham/sidekiq/wiki/Using-Redis

pokonski commented 8 years ago

This is fantastic, glad you spotted this! I'm curious why it worked in my projects so far :fearful:

In any case, thanks for this :)