aboutsummaryrefslogtreecommitdiff
path: root/docs/config.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-01 17:28:00 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-01 17:28:00 +0300
commit23d279e03ee1f7a1285614754738711359bc4b81 (patch)
tree4ec0b67b1ef6f8588546d5fb04e09a2b8a4aa57a /docs/config.md
parentcdfd02e90455fe7c01026efb48af3194cc82252b (diff)
downloadpleroma-23d279e03ee1f7a1285614754738711359bc4b81.tar.gz
[#1149] Replaced RetryQueue with oban-based retries.
Diffstat (limited to 'docs/config.md')
-rw-r--r--docs/config.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/config.md b/docs/config.md
index 02f86dc16..5c18ffdbf 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -412,13 +412,6 @@ config :pleroma_job_queue, :queues,
This config contains two queues: `federator_incoming` and `federator_outgoing`. Both have the `max_jobs` set to `50`.
-## Pleroma.Web.Federator.RetryQueue
-
-* `enabled`: If set to `true`, failed federation jobs will be retried
-* `max_jobs`: The maximum amount of parallel federation jobs running at the same time.
-* `initial_timeout`: The initial timeout in seconds
-* `max_retries`: The maximum number of times a federation job is retried
-
## Pleroma.Web.Metadata
* `providers`: a list of metadata providers to enable. Providers available:
* Pleroma.Web.Metadata.Providers.OpenGraph