forked from HHS/TANF-app
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/1866 celery beat and postgres backups (#2176)
* Excessively spammy PoC * Less spammy, need to resolve exception in db_backup for local * running into localstack issues, have refactored db_backup.py significantly * added AWS access key * Cleanup and functional db_backup after pairing w/ Mo, need to test in deployed env * found better flag for local v. deployed * missed 1/2 conditionals that needed update * Different deployed env missing var that we added manually to other envs * tilde for home was including 'app' in pgpass path * didn't finish this thought on s3 uri * ignoring backups locally * Removing local-specific logic * Removing unnecessary postgre install no longer used by local runs of db_backup.py * Trying out gunicorn-based env var * Updating indents * minor logging update * Setting REDIS_URI outside of CircleCI * Quotes in docker envs break test_api* * Ignoring db_backup for code coverage as untestable * Finalizing cadence as review is complete. Co-authored-by: abottoms-coder <[email protected]> Co-authored-by: Andrew <[email protected]> Co-authored-by: Alex P <[email protected]>
- Loading branch information
1 parent
fe177c6
commit 44f558a
Showing
10 changed files
with
104 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters