diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-24 09:27:32 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-24 09:27:32 +0300 |
commit | 71700ea6d4104ecd2cc0afb0ac103e722b30fbb5 (patch) | |
tree | 578abb3742f65a990e48b6e5718596f36ca1243f /docs/config.md | |
parent | 581123f8bb703023cb652267a1fc34292f862852 (diff) | |
download | pleroma-71700ea6d4104ecd2cc0afb0ac103e722b30fbb5.tar.gz |
[#1149] Updated docs & tests.
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 81923c640..5b2c3a022 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 |