storyboard/storyboard/plugin
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
..
email Add articles to email template 2018-05-10 17:45:26 +00:00
scheduler Replace deprecated LOG.warn with LOG.warning 2016-03-11 15:54:03 +05:30
subscription Send notifications to subscribers for worklists 2016-09-02 11:30:41 +00:00
token_cleaner Updated oslo.config to 1.11.0 2015-05-08 11:34:38 -07:00
__init__.py Plugins may now register their own user preferences 2014-10-20 14:29:12 -07:00
base.py Updated oslo.config to 1.11.0 2015-05-08 11:34:38 -07:00
event_worker.py Revert "Make notification driver configurable" 2018-06-11 21:11:06 +00:00
user_preferences.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00