faas-flow icon indicating copy to clipboard operation
faas-flow copied to clipboard

Function Composition for OpenFaaS

Results 14 faas-flow issues
Sort by recently updated
recently updated
newest added

Hello, When faas flow is executing, the flow name does not correspond function name. The flow name is numeric (10 in my environment) as in example below: `...2022/05/31 19:25:41 stderr:...

Hello, I'm investigation using faas-flow in my work environment. So far I was able to orchestrate several functions using Apply and Modify methods. My next step is to use context...

i am confusing how to use the output in the function e.g. i have the 1st function like that: ``` def handle(req): """handle a request to the function Args: req...

Is it possible by scaling the queue-worker and flow's pods to accelerate the execution of the flow???

I have created a heavy image processing flow and with golang Time module i count the execution time of the flow. I have put the time pointers in the start...

I been working with JSON to make graphs. don't you think it is good to ease development with this? Drag and Drop! And thus focusing on business logic.

Epic

All call to function and for next node execution are submitted via Gateway. In the current code * A http client was being created for each incoming message in the...

enhancement
faas-flow-template

**TLDR** Wondering the place faas-flow/faas-tower has in batch management ie batch management built on top of faas-flow or completely separate. What I call batch management: (job here is referencing a...

Epic

Retry an operation if failed or timeout happen. If configured, when a operation fails the it will be retried, for n time. Where n is less than retry count.

enhancement
SDK
high-priority