diff options
author | Mark Felder <feld@feld.me> | 2024-07-17 12:40:07 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-07-17 12:40:07 -0400 |
commit | d124d8645e1455fe5d4d2ab143f3ca09967f9572 (patch) | |
tree | 1e91d093e1549bfadf8c07a5353a5acbc1ae8eac /changelog.d | |
parent | b4c5cc39f65e3cd3e5e86be4631a3dcfb4bda593 (diff) | |
download | pleroma-d124d8645e1455fe5d4d2ab143f3ca09967f9572.tar.gz pleroma-d124d8645e1455fe5d4d2ab143f3ca09967f9572.zip |
Rework some Rich Media functionality for better error handling
Oban should not retry jobs that are likely to fail again
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/oban-rich-media-errors.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/oban-rich-media-errors.fix b/changelog.d/oban-rich-media-errors.fix new file mode 100644 index 000000000..b904108db --- /dev/null +++ b/changelog.d/oban-rich-media-errors.fix @@ -0,0 +1 @@ +Prevent Rich Media backfill jobs from retrying in cases where it is likely they will fail again. |