diff options
author | rinpatch <rinpatch@sdf.org> | 2020-07-14 10:39:08 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-07-14 10:39:08 +0000 |
commit | 2d5e96ea8ba4c1fc42d4ce4d2ce6cbd9e39cf232 (patch) | |
tree | 94b1e215b15b1a055423aeea9d89af24ef6db325 /docs/configuration/cheatsheet.md | |
parent | 5d215fd81f529b639db9096ca71d4e7f0a6ed386 (diff) | |
parent | 8d56fb6d223995de3f753eeef9475583e2b1e6ad (diff) | |
download | pleroma-2d5e96ea8ba4c1fc42d4ce4d2ce6cbd9e39cf232.tar.gz |
Merge branch 'fix/oban-2.0-in-db-config' into 'develop'
Migrate in-db config after updating to Oban 2.0
See merge request pleroma/pleroma!2765
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index f796330f1..7b1fd92f3 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -629,8 +629,7 @@ Email notifications settings. Configuration options described in [Oban readme](https://github.com/sorentwo/oban#usage): * `repo` - app's Ecto repo (`Pleroma.Repo`) -* `verbose` - logs verbosity -* `prune` - non-retryable jobs [pruning settings](https://github.com/sorentwo/oban#pruning) (`:disabled` / `{:maxlen, value}` / `{:maxage, value}`) +* `log` - logs verbosity * `queues` - job queues (see below) * `crontab` - periodic jobs, see [`Oban.Cron`](#obancron) |