odc icon indicating copy to clipboard operation
odc copied to clipboard

enhancement(task-framework): opt task result process

Open guowl3 opened this issue 10 months ago • 0 comments

What type of PR is this?

type-feature

What this PR does / why we need it:

  1. Call the task result processor if the result is updated while retrieving it from the task pod to avoid missing updates and redundant updates.
  2. 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.:


guowl3 avatar Apr 01 '25 10:04 guowl3