We're trying to upgrade TS and the related gems prior to switching over to real-time, but now we're having problems with our delta indexing.
Here's the related gems/versions... gem 'delayed_job', '~> 3.0.5' gem 'delayed_job_active_record', '~> 0.4.4' gem 'riddle', '~> 1.5.11' gem 'thinking-sphinx', '~> 3.1.0', git: 'git://github.com/pat/thinking-sphinx.git', branch: 'develop', ref: '94ee176a7a' gem 'ts-delayed-delta', '~> 2.0.1', require: 'thinking_sphinx/deltas/delayed_delta' >From what I can tell, the delta background jobs aren't being created at all. Looking at the logs, the delta index is being searched, but it has a size of zero. So, it seems as if new entries aren't updating the delta portions of the index. I believe that I've accidentally gotten it working locally once, but it's never worked in our staging environment. And it's currently not working locally any more either. Are there any common configuration problems that could be causing this? Thanks, Garrett -- 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/d/optout.
