Hi Graham This is definitely something odd. What versions of Rails and Delayed Job are you using?
-- Pat On 24/01/2011, at 10:02 PM, Graham Pengelly wrote: > Hi > > I'm attempting to set up delta indexing using delayed_job via the the > ts-delayed-delta (1.1.1) gem. The app is happily queuing jobs to the > delayed_job table in the db but when I run the ts:dd rake task (or any > other method of getting the delayed_job worker running) it hangs after > locking the first delta job with the log - > > Starting job worker > acquired lock on ThinkingSphinx::Deltas::DeltaJob for policy_delta, > policy_delta > > I can create a ThinkingSphinx::Deltas::DeltaJob and then 'perform' it > successfully from the console so that works on the machine. The db > table is also getting written to as the 'locked_at' and 'locked_by' > field are completed. It isn't specifically the policy model causing > the problem as I use delta indexing on a couple of other models and > they hang after the lock too. > > Any ideas would be gratefully received. > > Thanks in advance > > Graham > > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/thinking-sphinx?hl=en. > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
