Gerardo Viedma

Results 5 comments of Gerardo Viedma

I think we shouldn't do any cascading deletes server/API-side. Instead, we could have sugar in the CLI to retrieve all resources associated with a function, recursively deleting them via their...

There's a few different failure cases that could lead to a graph actor panicking: 1. Actor fails to persist a message due to a DB connection error 2. Actor fails...

Also related to this is https://github.com/fnproject/flow/issues/115

I see a couple of approaches to provide transactional execution semantics: 1. Create the complete flow with a _one-shot_ client request that serializes the fully constructed flow on the client-side...

It is worth distinguishing two types of errors for the sake of this discussion: 1. Errors that occur during _creation_ of a flow. IMO flow creation should always be implicitly...