summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-01 22:02:04 -0400
committerMark Felder <feld@feld.me>2024-08-02 09:25:18 -0400
commit1f986ec7138ce95a102a84c75a5b39dd885bf451 (patch)
tree8ab5428da1ad985530bbd2553a26e3a13e355487 /changelog.d
parentf2dc706f6f8913e21d2a21e5c6ca4e411afc559a (diff)
downloadpleroma-1f986ec7138ce95a102a84c75a5b39dd885bf451.tar.gz
pleroma-1f986ec7138ce95a102a84c75a5b39dd885bf451.zip
Gun: Publisher job behavior improvement
Gun's connection pool also returns an error if duplicate workers are launched simultaneously. Snooze on this error as well, and lower the snooze to 3 seconds with the optimism that the connection will still be open by then and the delivery can be completed quickly. The original setting of 30 seconds is pretty high and means there's an unnatural lag between deliveries of activities destined to the same server that were created at nearly the same time. This configuration should be more efficient.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/oban_gun_snooze.change1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/oban_gun_snooze.change b/changelog.d/oban_gun_snooze.change
new file mode 100644
index 000000000..c94525b2a
--- /dev/null
+++ b/changelog.d/oban_gun_snooze.change
@@ -0,0 +1 @@
+Publisher behavior improvement when snoozing Oban jobs due to Gun connection pool contention.