socialpandas / sidekiq-superworker

Directed acyclic graphs of Sidekiq jobs
MIT License
438 stars 34 forks source link

Other backend support #25

Closed karloscodes closed 10 years ago

karloscodes commented 10 years ago

Add support for pluggable backends to allow developers store subjobs on Redis and/or MongoDB

mahemoff commented 10 years ago

+1 for Redis

karloscodes commented 10 years ago

+1000 for Redis +100 for Mongodb

lgmkr commented 10 years ago

+1 for Mongodb

sirwolfgang commented 10 years ago

There a branch for redis, I not sure what state it is in.. https://github.com/DarthMax/sidekiq-superworker

tombenner commented 10 years ago

Redis has replaced ActiveRecord as the datastore as of v1.0.0. I would guess that this will obviate the need for Mongo support, but let me know if not. Supporting multiple datastores is feasible, but I think that a strong argument should be made for it before we introduce that complexity.

karloscodes commented 10 years ago

Redis instead of ActiveRecord seems the best choice here, Redis suites perfectly on my case!, many thanks for the support.

mahemoff commented 9 years ago

Thanks @tombenner