As part of database connection utilization analysis, a question was raised as to whether our django management commands are using our existing API database connections (and connection pool) or if they are initializing separate connections outside the application when running. We also want to understand if management commands even need the API to be running to execute (running ./manage.py migrate for example)
This spike is to investigate and document the behavior.
QA Notes
null
DEV Notes
null
Design
null
See full ticket and images here: FECFILE-2990