Changes between Initial Version and Version 1 of Ticket #24810, comment 19
- Timestamp:
 - Nov 11, 2023, 9:29:16 AM (2 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #24810, comment 19
initial v1 1 1 This ticket relates to #14845 which ought to document the database connection-creation and management process. 2 2 3 If that can be of any help [https://code.djangoproject.com/ticket/34914#comment:3 an established pattern when dealing long running management commands] is to call `close_old_connections` in strategic locations alike to how it's called between each HTTP requests that Django serves.3 If that can be of any help [https://code.djangoproject.com/ticket/34914#comment:3 an established pattern when dealing with long running management commands] is to call `close_old_connections` in strategic locations alike to how it's called between each HTTP requests that Django serves.