Resonate Recursive Fan Out Pattern Go

Implement recursive fan-out / parallel workflow execution in Go with Resonate — dispatch all children via ctx.RPC or ctx.Run, collect futures in a slice, then await each. Use when processing batches, trees, or graphs where each child is independently durable and optionally recurses. Verified against the resonate-sdk-go 0.1.0 tag.

resonatehq Updated

File contents

resonatehq/resonate-skills/tree/main/resonate-recursive-fan-out-pattern-go commit 4809ad7b5e

Frequently asked questions

npx skillmds@latest add resonatehq/resonate-recursive-fan-out-pattern-go