pat / thinking-sphinx

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

WARNING: key 'workers' is deprecated in /etc/manticoresearch/manticore.conf line 12; use 'default value' instead. #1254

Open akostadinov opened 9 months ago

akostadinov commented 9 months ago

Hello,

I see this with Manticore 6.2.12

WARNING: key 'workers' is deprecated in /etc/manticoresearch/manticore.conf line 12; use 'default value' instead.

But I don't see this setting in our thinking_sphinx.conf. So perhaps thinking-sphinx inserts that automatically. But it might be a problem in later Manticore versions. Maybe remove or conditionally add that?

pat commented 1 month ago

Thanks for reporting this, and very sorry for the slow reply.

I'm wondering if adding workers: null to your config/thinking_sphinx.yml file for the appropriate environments helps? I'm pretty sure it'll then skip configuring that setting.