Proposal for worker pool sizing and actor scheduling.#249
Closed
Julian Gutierrez Oschmann (juli4n) wants to merge 1 commit into
Closed
Proposal for worker pool sizing and actor scheduling.#249Julian Gutierrez Oschmann (juli4n) wants to merge 1 commit into
Julian Gutierrez Oschmann (juli4n) wants to merge 1 commit into
Conversation
|
|
||
| - **Customer-dedicated pools.** One tenant's actors must never share workers with another tenant's actors. The pool is provisioned per-tenant and must be unreachable to all other tenants. | ||
|
|
||
| - **Hardware requirements.** An actor template requires a specific node class (high-memory nodes for large in-memory state, SSD-backed nodes for I/O-intensive workloads). All actors from the template must land on workers with that hardware regardless of who creates them. |
Collaborator
There was a problem hiding this comment.
KVM / bare metal or nested virt support. I'm running into this with #239
2 tasks
Collaborator
Author
|
This is being discussed in https://docs.google.com/document/d/1_i__JEdmRexKOGP4VJ7bOWrgdS9vPd-BQSR0sxg7GQ4/edit?resourcekey=0-jtYHhxfAGZCNcoknXn2GbA&tab=t.0. Closing PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have a couple of issues that are intimately related to each other.
Ideally, there should be a single actor template, plus a way to schedule them to different worker pods, based on the actor / template requirements.
This topic is discussed in issue #47 and worker-pool-selection.md has a proposal for how to address it.
has no clue on the real requirements for each actor.
This topic is discussed in issue #212 and worker-pool-sizing.md has a proposal for how to address it.
This topic is discussed in issue #212 and worker-pool-selection.md has a proposal for how to address it.