Can you elaborate on the billing metrics? #1684
-
| The billing section mentions 200,000 included actors. I find it unclear what it means concretely. What's one actor? Is it an instantiation? How does the billing scale if all rpc calls for an entire app are sent to a single instance and it performs some routing logic to virtualize rooms? Are individual requests billed? |
Beta Was this translation helpful? Give feedback.
Answered by NicholasKissel Dec 22, 2024
Replies: 1 comment 2 replies
-
| Requests are not billed, each actor within the project is billed. For example if you created a chat application each user is an actor, and the chat is an actor. So the usage of actors is based on the architecture of the project. Let me know if you have any more questions. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by NicholasKissel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Requests are not billed, each actor within the project is billed. For example if you created a chat application each user is an actor, and the chat is an actor. So the usage of actors is based on the architecture of the project. Let me know if you have any more questions.