Changes between Initial Version and Version 1 of Ticket #15802, comment 36
- Timestamp:
- Mar 2, 2015, 10:05:23 AM (10 years ago)
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:1 I'm seeing this in a Django 1.6.8 project. The exception is: 2 2 3 3 … … 23 23 }}} 24 24 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.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 process is restarted. I see this in both gunicorn and uWSGI. I tried changing the `lazy-apps` option in uWSGI, but the issue persists.