susamn / rio

A lightweight job scheduler based on priority queue with timeout, retry, replica, context cancellation and easy semantics for job chaining. Build for golang web apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for single call followed by multiple parallel calls

susamn opened this issue · comments

It would be cool to have a fanout of dependent calls based on one parent call response. Like this:

Call 1 -->Bridge data ==> Call 2 & Call 3 in parallel