[#1149] Updated docs & tests.

This commit is contained in:
Ivan Tashkinov 2019-08-24 09:27:32 +03:00
commit 71700ea6d4
2 changed files with 8 additions and 2 deletions

View file

@ -426,6 +426,12 @@ config :pleroma, Oban,
This config contains two queues: `federator_incoming` and `federator_outgoing`. Both have the number of max concurrent jobs set to `50`.
## :workers
Includes custom worker options not interpretable directly by `Oban`.
* `retries` — keyword lists where keys are `Oban` queues (see above) and values are numbers of max attempts for failed jobs.
## Pleroma.Web.Metadata
* `providers`: a list of metadata providers to enable. Providers available:
* Pleroma.Web.Metadata.Providers.OpenGraph