worker tasks now share one db context, rather than one per task
[websub-hub] / CHANGELOG.md
index 71d4dfe2fcfe0de39d0b1c40af8db594ef80ae67..7e97c9cd5e83a4f1088c7f63f9d387abf96014bd 100644 (file)
@@ -4,6 +4,10 @@ Releases and notable changes to this project are documented here.
 
 ## [Unreleased]
 
+### Fixed
+
+- Worker tasks, such as delivering content updates, now share one database context.  This reduces the connection load for Postgres backends, affording greater scalability.
+
 ## [v1.1.2] - 2021-08-11
 
 ### Added