Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-19 | Check connections before launching | Frederick Muriuki Muriithi | |
* qc_app/__init__.py (refactor): Check connection before launching the application * qc_app/check_connections.py (new file): Add code to check connections * qc_app/db_utils.py (refactor): enable passing the database uri as an argument to the connection creation function. * scripts/worker.py (refactor): Use new code to check for redis connection. |