feat: leak fix
This commit is contained in:
@@ -4,5 +4,7 @@ from backend.config import CELERY_RESULT_BACKEND, CELERY_BROKER_URL
|
|||||||
celery = Celery(
|
celery = Celery(
|
||||||
__name__,
|
__name__,
|
||||||
broker=CELERY_BROKER_URL,
|
broker=CELERY_BROKER_URL,
|
||||||
backend=CELERY_RESULT_BACKEND
|
backend=CELERY_RESULT_BACKEND,
|
||||||
|
|
||||||
)
|
)
|
||||||
|
celery.conf.result_backend_thread_safe = True
|
||||||
|
|||||||
Reference in New Issue
Block a user