https://flyte.org logo
#ask-the-community
Title
# ask-the-community
l

Laura Lin

12/14/2022, 11:22 PM
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

Kevin Su

12/15/2022, 2:31 AM
What kind of status message? do you mean the task log on the UI?
l

Laura Lin

12/15/2022, 4:20 PM
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

Kevin Su

12/15/2022, 6:43 PM
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

Laura Lin

12/15/2022, 7:08 PM
👀 can the flyte deck update while the task is running?
k

Kevin Su

12/15/2022, 8:09 PM
l

Laura Lin

12/15/2022, 8:33 PM
oh but the deck UI won't show up until the task is completed right? I just tried it
k

Kevin Su

12/15/2022, 8:33 PM
Yes