Changes between Initial Version and Version 1 of Ticket #34914, comment 3
- Timestamp:
- Oct 19, 2023, 7:37:09 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34914, comment 3
initial v1 25 25 def handle(self, *args, **kwargs): 26 26 while True: 27 close_old_connections() # <- this ensures DATABASES ["default"]["CONN_*"]settings are honoured.27 close_old_connections() # <- this ensures DATABASES_CON* settings are honoured. 28 28 time.sleep(1) 29 29 try: