-
Notifications
You must be signed in to change notification settings - Fork 39
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
Parallel execution speed up #148
Comments
I have come to the conclusion that the faas-flow wrapper function executes a flow with sync-calls to the others functions. This means that neither scaling the queue-worker nor scaling function replicas would affect at all the flow execution speed. Not 100% sure though. It would be great if @s8sg could comment on this! |
@dimgiagos44 Can you explain more on what do you mean by |
@s8sg as far as i have examined, the faasflow function invokes the other openfaas functions included in the flow, with sync http calls. But concurrency can not be achieved with sync. |
@dimgiagos44 It uses nats queue if used async. With sync its always HTTP |
Is it possible by scaling the queue-worker and flow's pods to accelerate the execution of the flow???
The text was updated successfully, but these errors were encountered: