Files
notifications-api/app
Chris Hill-Scott 46dbcb7e36 Commit transactions as soon no longer needed
We think that holding open database transactions while we go and do
something else is causing us to have poor performance.

Because we’re not serialising everything as soon as we pull it out of
the database we can guarantee that we don’t need to go back to the
database again.

So let’s see if explicitly closing the transaction helps with
performance.
2020-06-23 16:00:41 +01:00
..
2020-05-13 08:56:54 +01:00
2020-06-12 16:51:44 +01:00
2020-06-23 11:09:24 +01:00