pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 469 forks source link

SystemExit #1260

Closed atomical closed 2 days ago

atomical commented 3 months ago

Hi Pat,

I'm seeing a SystemExit: exit error when I try to run an index job:

    ThinkingSphinx::Deltas::IndexJob.new("tickets_core").perform

This should work? I tried with deltas too.

pat commented 1 month ago

Belated response, but: yes despite the class hierarchy, I would expect this to work with core indices as well as delta indices.

I don't suppose you've got a stacktrace of where the exception happens (if it's still happening)? Also, perhaps not what you were actually running, but the above example has tickets (plural), and TS uses singular names by default.

atomical commented 2 days ago

It's not still happening but if we see it again I'll reopen the issue. Thanks!