-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make webserver resilient to database not starting up (#649)
* Update changelog * Add try except around database config * Add database health checks to health endpoint * Attempt to add tests * Create engine without system exit * Fix test mock by using the starlette client * Fix linting errors * add the PR link to the changelog * fix the visualize test * fix linting, fix the visualize test Co-authored-by: ThomasLaPiana <[email protected]>
- Loading branch information
1 parent
e3cc072
commit 6b3f4c7
Showing
5 changed files
with
220 additions
and
138 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
Oops, something went wrong.