Changes between Initial Version and Version 1 of Ticket #15802, comment 36


Ignore:
Timestamp:
Mar 2, 2015, 10:05:23 AM (10 years ago)
Author:
Peter Baumgartner

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15802, comment 36

    initial v1  
    1 I'm seeing this in a Django 1.6.8 project served via uWSGI 2.0.9. The exception is:
     1I'm seeing this in a Django 1.6.8 project. The exception is:
    22
    33
     
    2323}}}
    2424
    25 I can reliably replicate it by running `ab` against the app and doing a postgresql restart in the middle of it. All future requests fail until the uWSGI process is restarted. I tried changing the `lazy-apps` option in uWSGI, but the issue persists.
     25I can reliably replicate it by running `ab` against the app and doing a postgresql restart in the middle of it. All future requests fail until the process is restarted. I see this in both gunicorn and uWSGI. I tried changing the `lazy-apps` option in uWSGI, but the issue persists.
Back to Top