Swarvanu Sengupta

Results 26 comments of Swarvanu Sengupta

Great. We might not support all the features of step functions, but for now we can create a dag definition based on what we support. One amazon state language specification...

GoFlow client is introduced so that one can just enqueue requests to redis. Server meant to work also like a worker and execute the initial requests. One approach is to...

as pointed out by @azyata its can be a problem with the `DNS` settings If you are performing `apk add` inside the container, **below might be helpful** From `docs.docker.com`: >...

with introduction of: `--stack`, the `.yml` can be default otherwise it will pick file name provided by the `--stack` one point to think when combined `--stack` and `--append` is: in...

@hibiken I tried to build something similar with https://github.com/s8sg/goflow. This library keeps the execution state in redis . It also support complex branching and looping strategy. Lot of the components/ideas...

We already support running in worker mode. It doesn’t run the http server. If thats what you are asking for On Mon, 3 Jul 2023 at 20:18, Bonsai ***@***.***> wrote:...

Can you explain more like why you require only the definition?

@dimgiagos44 It uses nats queue if used async. With sync its always HTTP

@sujit-baniya Thanks for raising this, I'll take a look