You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mdv27
You don't exactly give a lot of information. I assume that your project does use django-dbconn-retry as you're asking here and that you use it to solve a similar problem for which it was built. I don't have a lot of experience with SQL Server, but a quick look at the code tells me that pyodbc.OperationalError is not in _operror_types. I suggest you add it to database_modules and test if that helps.
Getting below exception on django model calls in deployed environment:
pyodbc.OperationalError: ('08S01', '[08S01] [Microsoft][ODBC Driver 18 for SQL Server]Communication link failure (0) (SQLExecDirectW)')
How to fix this? My application is containerized app running on AKS pod, having mssql as database.
The text was updated successfully, but these errors were encountered: