worker tasks return to having their own db conncetions
authorJustin Wind <justin.wind+git@gmail.com>
Mon, 23 Aug 2021 20:19:05 +0000 (13:19 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Mon, 23 Aug 2021 20:19:05 +0000 (13:19 -0700)
commit8ba8751c41f56f0d97f3b694f89ebef568497530
treea79b288d673535e59148701ca242ac34c9721038
parented6dc5a66ce0eaf2dd61f9fb7a5ec048944c68ee
worker tasks return to having their own db conncetions

This reverts the intent of 9f9d3c8.  Sharing a connection apparently
means transactions will become interleved.
src/communication.js
src/worker.js