Hi all,
We are running our website with nginx and uwsgi at the moment. It is a django 1.7.4 application and it has been running perfectly for a couple of months. Now however we are getting some errors that I can't really explain.
The errors always appear after uwsgi has done a respawn of a process. Then we can get 4-5 errors with very strange behavior. Things like "dict has no method 'startswith'". They aren't errors in the code because the code will run perfectly before and after these errors. We also used to get these when we deployed a new version of the website and then restarted uwsgi (by sending a kill signal to the main process).
Has anyone had the same problems and if so, does anyone know how to remedy it? We are getting a lot of false error mails and it's starting to get annoying. Also I don't know how our customers are affected when this happens, but it's probably not good.