diff options
author | BonfaceKilz | 2022-04-07 12:09:52 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-07 12:09:52 +0300 |
commit | 3a8e38207ed67cd4ecdee8f8fc8a83109fb2e635 (patch) | |
tree | 28a04fbc3dd2c93d9e205b217e71b3f252c4f3d0 /issues | |
parent | 3b4666bd10e68cff158200b3ed58fa490a971bd7 (diff) | |
download | gn-gemtext-3a8e38207ed67cd4ecdee8f8fc8a83109fb2e635.tar.gz |
Log new issue with too many exceptions
Diffstat (limited to 'issues')
-rw-r--r-- | issues/sql-too-many-connections.gmi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/issues/sql-too-many-connections.gmi b/issues/sql-too-many-connections.gmi new file mode 100644 index 0000000..e80beaa --- /dev/null +++ b/issues/sql-too-many-connections.gmi @@ -0,0 +1,18 @@ +# MySQLdb._exceptions.OperationalError: (1040, 'Too many connections') + +## Tags + +* assigned: bonfacem, fredm, aruni +* type: bug +* keywords: mysql, database + +## Tasks + +* [ ] Figure out root cause +* [ ] Send patch + +## Description + +See the strack trace present in this page: + +=> https://ci.genenetwork.org/jobs/genenetwork2/214 |