sematic icon indicating copy to clipboard operation
sematic copied to clipboard

Add retries to read queries in `queries.py`

Open augray opened this issue 2 years ago • 0 comments

Sometimes the connection to the DB can be closed unexpectedly but would be successful on a retry. For read queries, retrying is harmless. We should add the @retry decorator to reads for robustness.

augray avatar Sep 19 '22 17:09 augray