chore: update Dockerfile and requirements for Python 3.13, enhance error handling in config and tracker modules
This commit is contained in:
@@ -77,5 +77,5 @@ def main():
|
||||
finally:
|
||||
try:
|
||||
db.close_session()
|
||||
except Exception:
|
||||
pass
|
||||
except Exception as e:
|
||||
app_logger.error(f"Error closing DB session after retention cleanup: {e}")
|
||||
|
||||
Reference in New Issue
Block a user