-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max number of sidekiq threads for ts_delta indexer #1251
Comments
Hello @atomical 👋
And I run out of ideas how to handle it properly. I my case the job fails with:
I'd appreciate any help figuring it out |
Hey folks, very slow response here, but I just wanted to provide something in reply to your messages. And unfortunately, the short answer is: Sphinx can only have one process updating a given index at once. So I think the options are either:
Beyond that, I'm not sure how else to work around this (well, short of using real-time indices instead of SQL-backed indices, and thus avoiding the need for deltas at all). |
Hi Pat,
We have a lot of record updates coming in at the same time.
It's followed by the worker exiting.
We would like to avoid setting the number of threads to 1. Currently it is at 5. Have you seen this before?
The text was updated successfully, but these errors were encountered: