diff --git a/aws_run_celery.py b/aws_run_celery.py index 1165af098..e1db882a2 100644 --- a/aws_run_celery.py +++ b/aws_run_celery.py @@ -6,5 +6,5 @@ import os # on aws get secrets and export to env os.environ.update(getAllSecrets(region="eu-west-1")) -application = create_app() +application = create_app("delivery") application.app_context().push()