Changes between Initial Version and Version 1 of Ticket #23325, comment 3
- Timestamp:
- Aug 20, 2014, 11:26:51 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23325, comment 3
initial v1 1 1 Replying to [comment:1 timgraham]: 2 2 > Why do you think this is a bug in Django? How do you expect Django to react when the database terminates the connection? 3 I think Django should do reconnect, when connection is lost. 3 I think Django should do reconnect, when connection is lost. Or I should use somethink like this [http://www.tryolabs.com/Blog/2014/02/12/long-time-running-process-and-django-orm/] ? 4 4 5 5 I have worker, which work with database(Model.objects.all()) every 2 minutes and I got "connection already closed" error from time to time … … 7 7 Server restart - it's example. 8 8 9 I think this is somethinglike #158029 I think this is like #15802