Is there a way from within a flyte job to update s...
# ask-the-community
l
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.
k
What kind of status message? do you mean the task log on the UI?
l
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.
k
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.
l
👀 can the flyte deck update while the task is running?
k
l
oh but the deck UI won't show up until the task is completed right? I just tried it
k
Yes
156 Views