✨ Improvements
- Simplify task run duration calculation.
- Transform exception to log entry, so that the worker doesn't constantly fail.
- Add explicit task class field.
👋 Deprecations
- Deprecate entity getters in favor of properties.
What's Changed
- Use timestamps for duration calculation by @apfelbox in #40
- Log instead of exception [req #40] by @apfelbox in #41
- Deprecate entity getters [req #41] by @apfelbox in #42
- Add Task class in explicit field in entity by @apfelbox in #43
- Fix service exclusion by @apfelbox in #44
Full Changelog: 2.3.2...2.3.3