Move python_apps/airtime-celery/ to worker/

This commit is contained in:
jo 2021-10-17 02:41:48 +02:00 committed by Kyle Robbertze
parent 08f13d850c
commit 58e275147f
7 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import os
# Make the celeryconfig module visible to celery
os.environ["CELERY_CONFIG_MODULE"] = "airtime-celery.celeryconfig"