storyboard/storyboard/db
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 Revert "Make notification driver configurable" 2018-06-11 21:11:06 +00:00
migration For utf8mb4 shorten teams.name and users.email 2018-03-27 20:21:07 +00:00
__init__.py Add SQLalchemy database model 2014-01-13 18:52:47 +04:00
decorators.py Datetime instances from SQLAlchemy now all contain timezone. 2015-02-17 15:26:47 +03:00
models.py For utf8mb4 shorten teams.name and users.email 2018-03-27 20:21:07 +00:00
projects_loader.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
superusers_loader.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00