Files
notifications-api/run_celery.py
Leo Hemsted b5dc7642aa remove aws_run_celery file
it's no longer relevant since the switch to PaaS
2017-07-31 11:12:43 +01:00

7 lines
220 B
Python

#!/usr/bin/env python
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
from app import notify_celery, create_app
application = create_app('delivery')
application.app_context().push()