easy-flows icon indicating copy to clipboard operation
easy-flows copied to clipboard

Persistence for long-running/async steps?

Open TheGeekPharaoh opened this issue 1 year ago • 2 comments

I love this library! It's so much simpler to use than the others I've tried. Any chance you'd consider adding simple persistence for long-running or asynchronous tasks? I'm thinking things like an approval step where you'd need to wait (potentially a very long time) for an action to complete then pickup where you left off. Thoughts?

TheGeekPharaoh avatar Mar 29 '23 21:03 TheGeekPharaoh

@TheGeekPharaoh This beauty of this library is simplicity. Could you explore AWS Step Functions for long-running and Async tasks?

sandeep-equal avatar Jun 12 '23 06:06 sandeep-equal

Hi, The persistence, HA, and or behavior of easy-flow if a restart is necessary is not very clear from the doc. Since it's simplicity oriented, I assume that it does not use any storage backend for its state which would mean that on restart the current state is lost. Is it right ?

julienlau avatar Sep 08 '23 08:09 julienlau