odc
odc copied to clipboard
enhancement(task-framework): opt task result process
What type of PR is this?
type-feature
What this PR does / why we need it:
- Call the task result processor if the result is updated while retrieving it from the task pod to avoid missing updates and redundant updates.
- Move the notification-related code to the DefaultTerminateListener class to avoid redundant updates.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Additional documentation e.g., usage docs, etc.: