summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-07-20 21:24:13 -0400
committerMark Felder <feld@feld.me>2024-07-20 21:24:13 -0400
commitb8503f1ad412df72af2dc2d975d29e8810143667 (patch)
tree67b8d113051e00e7a3a361adde9ceb6d60f8338d /changelog.d
parente509519db4fe6c9c0c3942ebd9ccb540439fba18 (diff)
downloadpleroma-b8503f1ad412df72af2dc2d975d29e8810143667.tar.gz
pleroma-b8503f1ad412df72af2dc2d975d29e8810143667.zip
PollWorker jobs will not retry if the activity no longer exists.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/oban-cancel-poll-result.change1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/oban-cancel-poll-result.change b/changelog.d/oban-cancel-poll-result.change
new file mode 100644
index 000000000..b51c460a7
--- /dev/null
+++ b/changelog.d/oban-cancel-poll-result.change
@@ -0,0 +1 @@
+PollWorker jobs will not retry if the activity no longer exists.