jina-ai / jcloud

Simplify deploying and managing Jina projects on Jina Cloud
https://docs.jina.ai/concepts/jcloud/
Apache License 2.0
298 stars 13 forks source link

Flow is normalized twice #162

Closed npitsillos closed 1 year ago

npitsillos commented 1 year ago

When flow is not normalized the validate function will normalize a flow before deploying it. This causes the flow to be normalized twice requiring more time to deploy the flow.

image