标签: python multithreading celery storage local
Celery是否支持每个工作人员的本地存储?
我已根据Thread local storage in Python
threadLocal = threading.local()
但似乎每个新的调用都会获得一个新线程。 。 。