gaffneyc / sunspot-queue

Background search indexing using existing worker systems
MIT License
35 stars 37 forks source link

Add support for Sidekiq #1

Closed gaffneyc closed 11 years ago

gaffneyc commented 12 years ago

Required a decent refactoring of how jobs are enqueued. There are now multiple backends (resque and sidekiq) and a backend needs to be specified when creating the SessionProxy. The backends also need to be required before use.

See the README for specific.

stevenharman commented 12 years ago

So very much would love this right now!

gaffneyc commented 11 years ago

@stevenharman still interested in this? Would love to get it tested in a live app