pat / ts-delayed-delta

Manage delta indexes via Delayed Job for Thinking Sphinx
http://ts.freelancing-gods.com
MIT License
73 stars 33 forks source link

Ability to specify other delayed job attributes - also handled code change suggestions #39

Closed manjunath-nm89 closed 10 years ago

manjunath-nm89 commented 10 years ago

Pat,

I have made the suggested changes. Also, I noticed a method called self.cancel_jobs. which can potentially delete records even when a delta job is being processed by any worker. So this may corrupt the indices. Also, failed_at jobs should not be cleared as they will serve debugging purposes.

pat commented 10 years ago

Thanks for those changes, just merged this in.

manjunath-nm89 commented 10 years ago

Sweet.