KS Tarun
11/17/2022, 1:58 PMflyteadmin-c9cccb94d-fcq5s_flyte_flyteadmin-51bb75904a0581e506a547fc4e434e29b564ec2bcf9d41c343575ffdb29c5bc4
flytepropeller-cbf5cb9f-9kn76_flyte_flytepropeller-b5c4de694b13a1687857b30012166b8218f8ddd20e141f94492b441fa7fdf425
flyteconsole-5c7b456999-jqt42_flyte_flyteconsole-7f461bce1be5bcf45010474a20c7b6602ed0892374d968838ca2ed72f9c1d878
Are these contributing to the increased runtime ?Dan Rammer (hamersaw)
11/17/2022, 3:29 PMKevin Su
11/18/2022, 12:47 AMKS Tarun
11/18/2022, 5:00 AMkubectl get pods
and it shows the respective pod is running and on describing the pod kubectl describe pod
it is showing this:Kevin Su
11/18/2022, 5:07 AM@task(disable_deck=True)
, or you can render top 10 rows only
@task
def t1() -> typing.Annotated[pd.DataFrame, TopFrameRenderer(10)]:
KS Tarun
11/18/2022, 9:16 AMDan Rammer (hamersaw)
11/23/2022, 4:39 PMYee
FLYTE_SDK_LOGGING_LEVEL=10
and looking at logging levels. but if you’re saying they’re all the same timestamp then that’s not really helpful. be nice to have a timeline in flyte deck though right?Eduardo Apolinario (eapolinario)
11/23/2022, 6:16 PMprint
statements get buffered.KS Tarun
11/30/2022, 4:52 AMYee