I'm hitting a segfault error while running a task using Celery. After looking up the issue, it seems others are solving similar issues by starting celery with --pool=threads.
When I try passing --pool=threads I get ModuleNotFoundError: No module named 'threads'
I don't believe this is the same as the thread module which would throw the error of No module named 'thread' instead.
How do I start using threads and what does it do?
The documentation regarding --pool=threads in the Celery site is very sparse. Searching for "--pool" will return nothing substantial, other than things related to billiard