BotBotMe / botbot-web

Web interface for BotBot.me
https://lincolnloop.com/blog/saying-goodbye-botbotme/
Other
153 stars 32 forks source link

Hstore initialization issues in production #80

Closed ipmb closed 10 years ago

ipmb commented 10 years ago

We've been running into this frequently: https://github.com/djangonauts/django-hstore/issues/47. Failed attempts to mitigate included:

ipmb commented 10 years ago

We were running uWSGI in emperor mode (config here) behind Nginx and are now testing with gunicorn.

yml commented 10 years ago

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.

vbabiy commented 10 years ago

hstore is now gone.