summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2022-11-12 22:13:28 +0000
committerfeld <feld@feld.me>2022-11-12 22:13:28 +0000
commit3d1828f43bd5ca59424616d2c1d0462bf75bcf20 (patch)
tree53cdeee52fa18a65937d7972b08b1ebef82e786d /CHANGELOG.md
parentf38cb4ccace858e90fd782877d4f11522c2b8670 (diff)
parenta977e1ef96498418e10c29fbdef1ae04953effcb (diff)
Merge branch 'oban-timeouts' into 'develop'
Define sane Oban Worker timeouts See merge request pleroma/pleroma!3777
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c54dabd58..889a3ebfe 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