8a41f4d
1
2
3
4
5
6
7
8
9
import os broker_url = os.getenv("CELERY_BROKER_URL") result_backend = os.getenv("CELERY_RESULT_BACKEND") task_serializer = 'json' result_serializer = 'json' accept_content = ['json']