Rich media: Add failure tracking

This commit is contained in:
rinpatch 2020-09-02 14:21:28 +03:00
commit 19691389b9
6 changed files with 46 additions and 24 deletions

View file

@ -2385,6 +2385,13 @@ config :pleroma, :config_description, [
suggestions: [
Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl
]
},
%{
key: :failure_backoff,
type: :integer,
description:
"Amount of milliseconds after request failure, during which the request will not be retried.",
suggestions: [60_000]
}
]
},