Age | Commit message (Collapse) | Author |
|
|
|
Implements the code enabling the upload of the samples/cases to the database.
|
|
Log out any DB errors that occur to help with tracking and debugging
failures.
|
|
|
|
|
|
* 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.
|
|
|