Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple-node Dag's execution fails #145

Closed
dimgiagos44 opened this issue Dec 22, 2021 · 3 comments
Closed

Multiple-node Dag's execution fails #145

dimgiagos44 opened this issue Dec 22, 2021 · 3 comments

Comments

@dimgiagos44
Copy link

dimgiagos44 commented Dec 22, 2021

When my workflow is sync with a single node, everything works fine.

When my workflow is async with more than one nodes, the dag execution always fails.

I work on a kubernetes cluster and i am using the localhost:8080 gateway for the openfaas functions by port-forwarding the svc/gateway from openfaas namespace.

Thanks in advance!
Screenshot from 2021-12-22 12-55-05

@dimgiagos44 dimgiagos44 changed the title Dag execution fails with multiple nodes Multiple-node Dag's execution fails Dec 22, 2021
@dimgiagos44 dimgiagos44 reopened this Dec 22, 2021
@dimgiagos44
Copy link
Author

dimgiagos44 commented Dec 22, 2021

Problem solved looking at link1 and link2

@dimgiagos44
Copy link
Author

dimgiagos44 commented Jan 22, 2022

Setting direct_functions = "true" at the gateway deployment, solves this error but makes OpenFaas unable to distribute the load to available replicas of a function as bypasses the alertmanager component. As a result, parallel invocations cannot be executed.

@dimgiagos44
Copy link
Author

Solved with hack: here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant