Best practices for cpu-intensive actors #1171
Unanswered
cristiano-belloni
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the detailed response! 1) would be certainly the best option (for now at least). I supposed you had a process in the example but it can also be a worker (depending on the engine I'm running on). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do you approach CPU-intensive tasks with actors? The first idea is creating an actor that manages a worker pool and asynchronously round-robins it, but:
Is there any meaningful pattern to handle this with Rivet?
Beta Was this translation helpful? Give feedback.
All reactions