Hey does anyone have any idea about why metaflow U...
# ask-metaflow
f
Hey does anyone have any idea about why metaflow UI sometimes takes long to load logs or not load at all? We have deployed metaflow UI on fargate.
1
s
it should be pretty performant - how have you configured the service? there are quite a few knobs and levers - but even the default values should get your service to scale to millions of runs easily.
f
It's uses outerbound provided by terraform module
outerbounds/metaflow/aws//modules/ui
. I don't know if fargate is the issue here. We are planning to deploy it outside of fargate directly in the cluster.
s
hard to say what the bottleneck is without profiling your infra
f
Yeah thought so. Thanks!