storyboard/storyboard
Jeremy Stanley 5b8266593f Revert "Make notification driver configurable"
This reverts commit c7e0e458ff because
it causes a regression. The noted symptom is that OpenID logins
consistently failed and/or timed out with "Lock wait timeout
exceeded; try restarting transaction" in the logs raised by the
"UPDATE users SET updated_at=%(updated_at)s,
last_login=%(last_login)s WHERE users.id = %(users_id)s" query.
Diagnosis revealed no persistently open tables where in_use>0 and no
unexpected processes reported in the MySQL show processlist output.
Restarts of apache2 and storyboard-workers services yielded no
change in behavior either, nor did restarting the VM providing
MySQL. Ultimately, bisecting the storyboard codebase revealed that
with this change applied the symptom was reliably manifest but the
regression disappeared on the commit before it merged.

Change-Id: I3d40abe04f53e9086020ec88e8610423197c3e9f
2018-06-11 21:11:06 +00:00
..
api Merge "Make it impossible to create a userless private story" 2018-06-08 22:45:58 +00:00
common switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
db Revert "Make notification driver configurable" 2018-06-11 21:11:06 +00:00
migrate Finish fixing account duplication on import 2018-03-24 01:04:59 +00:00
notifications Revert "Make notification driver configurable" 2018-06-11 21:11:06 +00:00
plugin Revert "Make notification driver configurable" 2018-06-11 21:11:06 +00:00
tests Revert "Make notification driver configurable" 2018-06-11 21:11:06 +00:00
__init__.py Add SQLalchemy database model 2014-01-13 18:52:47 +04:00
_i18n.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00