Is there a way from within a flyte job to update s...
# flyte-support
n
Is there a way from within a flyte job to update some kind of status on the flyte UI? It would be nice to get status messages for a running task without needing to check logs.
g
What kind of status message? do you mean the task log on the UI?
n
something like that? It currently will show error logs if the task errored out but would it be possible to get it to show arbitrary messages sent by an rpc/api or smth? Or in the execution panel.
g
I think you can write the message to flyte deck, but you still need to check the task’s log in cloudwatch or k8s dashboard.
n
👀 can the flyte deck update while the task is running?
g
n
oh but the deck UI won't show up until the task is completed right? I just tried it
g
Yes
156 Views