worker tasks now share one db context, rather than one per task
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 13 Aug 2021 18:57:20 +0000 (11:57 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 13 Aug 2021 18:57:20 +0000 (11:57 -0700)
When using Postgres, each context is a connection.  Moved the context
creation into the worker so that all tasks can use one connection when
its processing, which is much healthier for the database.


No differences found