Tobias Wochinger
Tobias Wochinger
@auvipy I spent some time debugging it and that's the situation: - the `local` cache [here](https://github.com/celery/celery/blob/6c5d5755ab3da0c1ff9af31b284e2b4415a29592/celery/app/base.py#L233) doesn't work with `eventlet` as each greenthread has unique ID and hence its own...
Added a potential fix for the caching issues with eventlet. Any idea why the CI is failing? In my opinion a bit weird as it's failing in somewhat unrelated parts.
We're unfortunately no longer running into this (we put `ignore_result` whereever possible), sorry 🤷🏻
New naming
@silvanocerza can we get this in?
Did anybody manage to solve this?
FYI: We currently don't know if `asyncio` actually is the best solution. Could be that threading might actually be better. @ArzelaAscoIi and I want to give this another stab this...
Btw, there black / isort compatibility here: https://pycqa.github.io/isort/docs/configuration/black_compatibility.html Anyway, I enabled checking for the right sorting using ruff here: https://github.com/deepset-ai/haystack/pull/7207