mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Fix notify-api crashing in PaaS
This is purely by elimination: I couldn't see anything in the logs to indicate the cause of the crashes, just that the processes were exiting. The crash seemed to happen immediately after the AWS logs part of the wrapper script, which was a small indicator it might be something AWS-related. Since this package is no longer included by other dependencies, we need to include it explicitly.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
# Run `make freeze-requirements` to update requirements.txt
|
||||
# with package version changes made in requirements-app.txt
|
||||
|
||||
boto==2.49.0 # notify-api crashes in PaaS without this
|
||||
cffi==1.14.5
|
||||
celery[sqs]==5.1.2
|
||||
docopt==0.6.2
|
||||
|
||||
Reference in New Issue
Block a user