This release includes several fixes and improvements to error reporting, as well as the propagation of pdp_beam_type
to ODC tasks.
-
Fixes:
- [core] protect from accessing nil t.Task
- [core] fixing and refactoring monitoring
- [core] fix nil task access
-
Error reporting:
- [core] improvements in error reporting during env deployment and configuration
- [core] do not warn about tasks not in roster when it's expected
- [core][executor] fine-tuning operator logs
- OCTRL-951 [core][executor] improve reporting error transition
- OCTRL-900 [core] demote getConfig warnings containing debug information
- OCTRL-759 [core] clearer deployment failure logs for OPS
-
ODC tasks communication:
- [core] propagate pdp_beam_type as FairMQ property to ODC tasks
-
Documentation:
- Update operation_order.md with trg.RunStop change