Changes between Initial Version and Version 1 of Ticket #33497, comment 3


Ignore:
Timestamp:
Feb 8, 2022, 2:10:36 AM (2 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33497, comment 3

    initial v1  
    11Thanks for the report. ​Django has a [https://github.com/django/django/blob/f0480ddd2d3cb04b784cf7ea697f792b45c689cc/django/db/__init__.py#L34-L42 routine] to clean up old connections that is tied into the request-response life-cycle, so idle connections should be closed. However, I don't think you've explained the issue in enough detail to confirm a bug in Django. This can be an issue in `psycopg2`, `uvicorn`, or in custom middlewares (see #31905) it's hard to say without a reproduce.
    22
    3 Please reopen the ticket if you can debug your issue and provide details about why and where Django is at fault, or if provide a sample project with reproducible scenario.
     3Please reopen the ticket if you can debug your issue and provide details about why and where Django is at fault, or if can provide a sample project with reproducible scenario.
Back to Top