You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Removes one second delay before scheduler starts to check if dependent
resources can be created. This drastically speeds up unit tests
and subsequent deployments when resources already exist and thus
resource is created instantly
* Caches dependencies and definitions during deployment. When one flow
is consumed from another, they were all fetched from k8s for each
replica of the inner flow + once for the outer flow. Now it happens
only once. It also makes deployment more consistent in case if
definitions were modified in k8s in the middle of deployment
* Check dependency graph for cycles only once per deployment
0 commit comments