Hi,
Should Metaflow be considered as a job manager meaning it just runs a specific bunch of steps/tasks and thats it?
Let me explain what I mean. We are thinking on building a scalable system running on Kubernetes which will process & analyse audio streams with help of a some ML package under the hood and forward results to another pipeline step. But I have concerns about the downtime while the pod is being built before step execution.. Can Metaflow keep pods running forever with pre-loaded ML model to reduce downtime?