jdelic / django-dbconn-retry

Patches Django to reconnect on a failed database connection once before failing. Helping with running Django ORM through HAProxy, for example.
BSD 3-Clause "New" or "Revised" License
76 stars 25 forks source link

feat: Add support for MSSQL and psycopg3 error types #42

Closed vecknishwaran closed 7 months ago

vecknishwaran commented 8 months ago

The original code dynamically imported error types from various database modules. This update extends the functionality to include MSSQL and psycopg3.

vecknishwaran commented 7 months ago

Hi @jdelic, thanks for the approval. I noticed that the check is not running and is preventing me from merging the PR. Could you please guide me on how to resolve this?

coveralls commented 7 months ago

Coverage Status

coverage: 96.899% (+3.4%) from 93.478% when pulling 40dd61da178eefd4fb23806afb0f5871a2121e5e on vecknishwaran:mssql-psycopg3-support into c49e66433372a3bc5cf112d7433dfe42870d53e0 on jdelic:master.

vecknishwaran commented 3 months ago

Hey @jdelic, I was wondering if there are any plans to cut a new release that includes this change ?

dzanotelli commented 2 months ago

Any news about the new release..? It would be nice to have this change directly in the official package instead of monkey-patching the current 0.1.7