Results 102 comments of Lyz

Hey @stchris, nope I didn't set the `WORKER_THREADS`, so it defaulted to 4 (number of CPUs as you said). I've tried running the index with `WORKER_THREADS=0`, it "solved the issue"...

Thanks @Rosencrantz if there's anything I can do to help this move forward do not hesitate to ask

I can still reproduce the issue in 3.14.3. @Rosencrantz if there's anything I can do to help this move forward?

Hi all again, I'm sorry to be a pain... but I'd really like to help. Can I do something to get this fixed?

Hi @tillprochaska first **thank you so much** for the Prometheus work it looks very promising. I haven't seen that many applications with so detailed app metrics, so congratulations. I've followed...

Hi @tillprochaska I've seen that 3.15.6 didn't fix the bug. I know you didn't say it has but I wanted to try :P. FYI, I'm seeing another error when spawning...

I've been able to reproduce the behaviour you describe for the companies, so I'm trying to understand how does the facet building for companies and documents differ. So far I...

I found the origin of the bug. The facets work for the company because it has a `countries` field in the schema. I've seen that the document entry in the...

I can make a PR to the ingest file or aleph if you want but I need to know what strategy do you want me to follow @Rosencrantz @tillprochaska: *...

I've copied the attribute `language` and `country` on the files with the next script and the UI caught both `languages` and the `countries` facets: ```python """Script that adds required fields...