Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 453 Bytes

History.md

File metadata and controls

14 lines (11 loc) · 453 Bytes

Sunspot Queue Changelog

0.10.0

  • Sidekiq support
  • SessionProxy now takes a backend as a second required option
  • Sunspot::Queue::Resque::Backend is the backend for Resque
  • Sunspot::Queue::Sidekiq::Backend is the backend for Sidekiq

0.9.1

  • Jobs no longer auto commit the solr index. Commits should be done by another process or Solr should be configured handle commits automatically (autoCommit config option).

0.9.0

  • Initial Release