So, I've got an odd situation. If I log into my staging or production
servers, and "rake jobs:work" and watch it process delayed jobs, ts
and delta indexing work perfectly (jobs are created, processed,
searching reflects changes to objects).
But, if I start delayed jobs via capistrano ("cap staging
delayed_jobs:start"), the jobs appear, are processed, and disappear,
but the ts index doesn't actually get updated. Everything looks like
it's working, but searches don't reflect changes to objects.
I suspect it has something to do with permissions, since I run "rake
jobs:work" as root, and the cap tasks are run as a different user.
Anyone have any ideas?
Thanks!
--
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.