Effect CommunityEC
Effect Community3y ago
13 replies
Saša Šijak

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
CleanShot_2023-11-20_at_17.48.49.png
Was this page helpful?