summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-02-22 14:11:02 -0500
committerMark Felder <feld@feld.me>2024-02-22 14:14:40 -0500
commit72fc41d89196dc76e6c2c1c6213e10cbaadd7d3c (patch)
treeae8f6af6f4e355641aff3fb7042832ece89ec449 /changelog.d
parentac55764599c054a03299470d92fd0d274509a024 (diff)
downloadpleroma-72fc41d89196dc76e6c2c1c6213e10cbaadd7d3c.tar.gz
pleroma-72fc41d89196dc76e6c2c1c6213e10cbaadd7d3c.zip
Prevent publisher jobs from erroring if the connection pool is full
A full pool is a soft-error. Snooze the job for 30 seconds and try again.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/gun_pool2.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/gun_pool2.fix b/changelog.d/gun_pool2.fix
new file mode 100644
index 000000000..a1f98b49c
--- /dev/null
+++ b/changelog.d/gun_pool2.fix
@@ -0,0 +1 @@
+Connection pool errors when publishing an activity is a soft-error that will be retried shortly.