mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 06:32:11 -05:00
Missing the name on the aws start celery command
- means that logs are branded as application:api not delivery.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user