add db session bulk version to healthcheck endpoint
Include alembic version from master and bulk db. Added db_version and db_bulk_version using get_db_version(session=db.session) and get_db_version(session=db.session_bulk) respectively.
See this card for the more details.
This PR will be deployed after aws-terraform and notify-api changes.
Only thing I don't understand about this PR is the use of the word "fixture" in the commit message etc.
Only thing I don't understand about this PR is the use of the word "fixture" in the commit message etc.
Updated the commit message
🤔 I'm wondering if we should wrap the call to the bulk db in a try-block so that a connection failure wouldn't cause the status endpoint to fail, which would result in the instance being torn down.
What do you think of this?