Positive Feedback on Effect Docs and Implementation Plans
I checked out Effect docs and saw major improvements, very helpful and thanks for that(first time I opened the website there were only docs for Either if I remember).
So I decided to try to adopt Effect a bit and play with it. I want to implement an effect that would do the process from the screenshot. Am I thinking right that I would need to combine a Scheduler that would limit/add 30 fibers/s, for the preprocessing part with 2 Queues (one for each blue box) and something to gather results for the dark green box?
Bonus points for and idea how to limit retries of each processing run with Effect
So I decided to try to adopt Effect a bit and play with it. I want to implement an effect that would do the process from the screenshot. Am I thinking right that I would need to combine a Scheduler that would limit/add 30 fibers/s, for the preprocessing part with 2 Queues (one for each blue box) and something to gather results for the dark green box?
Bonus points for and idea how to limit retries of each processing run with Effect

