diff options
| author | rinpatch <rinpatch@sdf.org> | 2020-09-07 16:49:27 +0000 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2020-09-07 16:49:27 +0000 |
| commit | c5434dbefc5e6a25ffb72debe8ed9e09d77bf885 (patch) | |
| tree | 11980801b18ed17ae5ea31fedb311177454be8bc /CHANGELOG.md | |
| parent | 6c6de8e5dfaf245e4e16ddca0c741342eeaa9187 (diff) | |
| parent | 8c6485c470c1a7cd6ec4b63867d94e9724c4502b (diff) | |
| download | pleroma-c5434dbefc5e6a25ffb72debe8ed9e09d77bf885.tar.gz pleroma-c5434dbefc5e6a25ffb72debe8ed9e09d77bf885.zip | |
Merge branch 'feature/1790-oban-overuse' into 'develop'
removing StatsWorker from Oban cron jobs
See merge request pleroma/pleroma!2963
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e6353a4e..46f1e859b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Unreleased + +### Removed + +- **Breaking:** Removed `Pleroma.Workers.Cron.StatsWorker` setting from Oban `:crontab`. + + ## unreleased-patch - ??? ### Added + - Rich media failure tracking (along with `:failure_backoff` option) ### Fixed + - Possible OOM errors with the default HTTP adapter - Mastodon API: Search parameter `following` now correctly returns the followings rather than the followers - Mastodon API: Timelines hanging for (`number of posts with links * rich media timeout`) in the worst case. @@ -16,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Cards being wrong for preview statuses due to cache key collision - Password resets no longer processed for deactivated accounts + ## [2.1.0] - 2020-08-28 ### Changed |
