Feature/improve data gathering (#276)

* Improve data gathering
  * Refactoring
  * On server restart, only reset if hanging in LOCKED_DATA_GATHERING state

* Update changelog
This commit is contained in:
Thomas
2021-08-09 21:11:35 +02:00
committed by GitHub
parent 5b8af68e71
commit 4ad5590838
9 changed files with 96 additions and 41 deletions

View File

@ -5,6 +5,12 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Improved the data gathering handling on server restart
## 1.35.0 - 08.08.2021
### Changed