Closed ipmb closed 10 years ago
We were running uWSGI in emperor mode (config here) behind Nginx and are now testing with gunicorn.
Switching to gunicorn does not fix the issue I think that the real fix is going to move from a hstore to a texfield with json description.
hstore is now gone.
We've been running into this frequently: https://github.com/djangonauts/django-hstore/issues/47. Failed attempts to mitigate included:
DJANGO_HSTORE_GLOBAL_REGISTER = False
8b3a6c37a6a5472b331af51ccf9fb37212f9e613DJANGO_HSTORE_ADAPTER_REGISTRATION = 'connection'
577388786d8c00f1baabbbfe9efa2666c27fecb8