flow icon indicating copy to clipboard operation
flow copied to clipboard

Fn Flow Server

Results 22 flow issues
Sort by recently updated
recently updated
newest added

Hello. I'm relatively inexperienced with Fn and I haven't done much with Flow, but it seems like an interesting approach. TBH when one considers Microservices and Serverless a lot of...

The latest release in bintray is 1.0.82 while according to Github several releases has been made after. Where are the new releases deployed?

This section of code parses the "FunctionId" from the AddInvokeStageRequest: https://github.com/fnproject/flow/blob/master/model/fnid.go#L26-L42 which includes separating any query params. However these are not correctly propagated to this line: https://github.com/fnproject/flow/blob/master/actor/executor.go#L96 So it is...

Currently, when a flow is created by the primary function invocation, the stages are executed eagerly as the flow is constructed. If adding a stage subsequently fails, the user's flow...

There are some external considerations that may lead to a graph actor panicking: persistence DB connectivity problems in particular, which are transient (but we still want to know about them)....

Operationally, there are some obvious things to measure per flow node. These should be exposed via /metrics if they aren't already: DB connectivity: - number of active pool connections (vs....

Flow service should only operate on data by references, this means there has to be something to pass in data to (external) function calls and store results, This should collaborate...

ie https://monosnap.com/file/zyQcVTtLiiS53VrU4oNQC484WwT1so.png Hard to debug because there's no log that says it timed out. cc @zootalures

I've a DB with a bunch of active graphs in it - a few thousand. During replay at a shard restart, I'm seeing the following: ``` time="2017-11-08T15:57:39Z" level=info msg="Created graph...