raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
16 stars 3 forks source link

[SPIKE] As tech lead, I want to decouple backend apps #2347

Closed andrew-jameson closed 1 year ago

andrew-jameson commented 1 year ago

Description: When deploying our app to cloudgov, we run the gunicorn_start.sh script as the manifest's command, which is run to start up the application. Currently, gunicorn_start.sh runs the following co-hosted operations

Ideally, application startup should only consist of gunicorn start; all application dependencies would be handled by other steps in our pipeline. In some cases, such as when running python manage.py migrate where the python code is needed in order to execute the step, this may be impractical. Investigate which of the gunicorn_start.sh steps can be decoupled from application startup. Prioritize:

Acceptance Criteria:

Tasks:

Notes:

Supporting Documentation:

Open Questions:

jtimpe commented 1 year ago
jtimpe commented 1 year ago

@Smithh-Co i think this can be closed as all the follow-on tickets have been discussed and prioritized.