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


Ignore:
Timestamp:
Aug 20, 2014, 11:26:51 AM (10 years ago)
Author:
Ilya Antipenko

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23325, comment 3

    initial v1  
    11Replying to [comment:1 timgraham]:
    22> 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.
     3I 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/] ?
    44
    55I have worker, which work with database(Model.objects.all()) every 2 minutes and I got "connection already closed" error from time to time
     
    77Server restart - it's example.
    88
    9 I think this is something like #15802
     9I think this is like #15802
Back to Top