From 19498f5523577d9ff9b14b5e34a9c1577cafa5c2 Mon Sep 17 00:00:00 2001 From: Future-Outlier Date: Tue, 14 Jan 2025 00:36:00 +0800 Subject: [PATCH] update Signed-off-by: Future-Outlier --- flytepropeller/pkg/controller/nodes/task/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytepropeller/pkg/controller/nodes/task/handler.go b/flytepropeller/pkg/controller/nodes/task/handler.go index ee325432aa..b80641d03d 100644 --- a/flytepropeller/pkg/controller/nodes/task/handler.go +++ b/flytepropeller/pkg/controller/nodes/task/handler.go @@ -544,7 +544,7 @@ func (t Handler) invokePlugin(ctx context.Context, p pluginCore.Plugin, tCtx *ta // Regardless of the observed phase, we always add the DeckUri to support real-time deck functionality. // The deck should be accessible even if the task is still running or has failed. - // It's possible that the deck URI may not exist in remote storage yet or will never exist. + // It's possible that the deck URI may not exist in remote storage yet or will never exist (likely from older Flytekit versions). // So, it is console's responsibility to handle the case when the deck URI actually does not exist. deckStatus, err := GetDeckStatus(ctx, tCtx) if err != nil {