I am not quite sure if this helps... already had exactly this repository with the same commit in my Gemfile.
Some more details about my setup: - sidekiq 2.14.1 - the ts-sidekiq-delta commit you mentioned - ruby 2.0.0p247 - rails 3.2.13 - thinking-sphinx 3.0.5 In my index definition I just swapped the part about delayed_job with ts-sidekiq-delta part: ThinkingSphinx::Index.define :image, :with => :active_record, :delta => ThinkingSphinx::Deltas::SidekiqDelta do # some stuff end Apart from the Sphinx stuff sidekiq works with other jobs/workers. Govinda Am Dienstag, 24. September 2013 03:02:38 UTC+2 schrieb Pat Allan: > > Hi Govinda > > I've updated ts-sidekiq-delta to work with TS v3 - try the following in > your Gemfile: > > gem 'ts-sidekiq-delta', > :git => 'git://github.com/pat/ts-resque-delta.git', > :branch => 'sidekiq', > :ref => '5bae80758c' > > -- > Pat > > > On 24/09/2013, at 12:39 AM, Govinda Fichtner > <[email protected]<javascript:>> > wrote: > > > Hello, > > > > I am currently switching from delayed_job to sidekiq and now I am having > problems getting https://github.com/xdite/ts-sidekiq-delta to work. > > > > I changed my indices according to > https://github.com/sphinxtamers/rails32_mri193_v4_sidekiq_ts3/blob/master/app/indices/article_index.rband > added the ts-sidekiq-delta gem. > > Sidekiq itself is working and processing other jobs. > > > > I also have a ts_delta queue configured with my sidekiq instance. > > > > ~/w/imageserver_xinet git:sidekiq ❯❯❯ bundle exec sidekiq -C > config/sidekiq.yaml > > > > > 2013-09-23T14:25:34Z 39976 TID-owxdt4rto INFO: Booting Sidekiq 2.14.1 > using redis://localhost:6379/0 with options {} > > 2013-09-23T14:25:34Z 39976 TID-owxdt4rto INFO: Running in ruby 2.0.0p247 > (2013-06-27 revision 41674) [x86_64-darwin12.4.0] > > 2013-09-23T14:25:34Z 39976 TID-owxdt4rto INFO: See LICENSE and the > LGPL-3.0 for licensing details. > > 2013-09-23T14:25:34Z 39976 TID-owxdt4rto INFO: Starting processing, hit > Ctrl-C to stop > > 2013-09-23T14:25:34Z 39976 TID-owxew9l3c DEBUG: {:queues=>["file_thumb", > "file_thumb", "file_thumb", "file_thumb", "file_thumb", "meta_data", > "meta_data", "meta_data", "meta_data", "file_preview", "file_preview", > "file_preview", "default", "default", "ts_delta"], :concurrency=>15, > :require=>".", :environment=>nil, :timeout=>8, :profile=>false, > :verbose=>true, :pidfile=>"./tmp/pids/sidekiq.pid", :strict=>false, > :config_file=>"config/sidekiq.yaml", :tag=>"imageserver_xinet"} > > > > Saving my image objects does not generate new Thinking Sphinx Delta > jobs... > > > > Any ideas what can be wrong? > > And is there a place where I can find update to date information > regarding how to get this working? > > > > Cheers, > > > > Govinda > > > > -- > > You received this message because you are subscribed to the Google > Groups "Thinking Sphinx" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To post to this group, send email to > > [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/thinking-sphinx. > > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx. For more options, visit https://groups.google.com/groups/opt_out.
