diff options
author | Mark Felder <feld@feld.me> | 2022-11-12 11:11:19 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-11-12 11:12:00 -0500 |
commit | a977e1ef96498418e10c29fbdef1ae04953effcb (patch) | |
tree | 545462083b257f13b9d06ae0aa1218fd15338bae | |
parent | 8be7f87e1f1513998584258aee80231e3347b31f (diff) | |
download | pleroma-a977e1ef96498418e10c29fbdef1ae04953effcb.tar.gz pleroma-a977e1ef96498418e10c29fbdef1ae04953effcb.zip |
Document Oban workers getting timeouts defined
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ea8b1cb6..66ab62bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Uploadfilter `Pleroma.Upload.Filter.Exiftool` has been renamed to `Pleroma.Upload.Filter.Exiftool.StripLocation` - **Breaking**: `/api/v1/pleroma/backups` endpoints now requires `read:backups` scope instead of `read:accounts` - Updated the recommended pleroma.vcl configuration for Varnish to target Varnish 7.0+ +- Set timeout values for Oban queues. The default is infinity and some operations may not time out on their own. ### Added - `activeMonth` and `activeHalfyear` fields in NodeInfo usage.users object |