Hi everyone. Is this possible to use .serve alongside with fastapi app? I want same pods in k8s to accept my flows and serve api requests as well.
n
Nate
09/22/2024, 6:56 PM
hi @Igor - you could have something like this but only serving a flow instead of serving a task, your main endpoint could offload the work to the served flow via
run_deployment
the thing about serving flows is that you need a unique port per serve process, whereas with tasks its all websockets