Releases: 21TORR/TaskManagerBundle
Releases · 21TORR/TaskManagerBundle
3.2.3
3.2.2
✨ Improvements
- Heavily reduce memory usage of clean outdated task log implementation.
- Work on clean outdatet task log asynchronously in
apptransport.
🛠️ Internal
- Add
TaskManagerInternalTaskas internal marker interface.
What's Changed
Full Changelog: 3.2.1...3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
💥 Breaking Changes
- Add explicit task
classfield.
✨ Improvements
- Simplify task run duration calculation.
- Transform exception to log entry, so that the worker doesn't constantly fail.
🐛 Bug Fixes
- Add missing run integration for
DispatchAfterRunTaskHandler.
👋 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
- Add missing run integration for
DispatchAfterRunTaskHandlerby @apfelbox in #45 - Release 3.0.0 by @apfelbox in #46
Full Changelog: 2.3.2...3.0.0
2.3.2
2.3.1
✨ Improvements
- Add
task_manager_internalstransport for internal messages. - Increase default number of handled tasks in
run-workercommand.
🐛 Bug Fixes
- Properly handle
DispatchAfterRunTask.
What's Changed
- Add internal transport and handle
DispatchAfterRunTaskby @apfelbox in #36 - Fix service exclusion by @apfelbox in #37
- Increase default number of handled tasks in
run-workercommand by @apfelbox in #38
Full Changelog: 2.3.0...2.3.1
2.3.0
🎁 New Features
- Add
DispatchAfterRunTaskto be able to redispatch tasks after the given run. You can use it in the Scheduler to reliably redispatch tasks.
✨ Improvements
- Always show key of task in queue tasks command.
What's Changed
Full Changelog: 2.2.0...2.3.0