Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy actor per job #184

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Proxy actor per job #184

merged 2 commits into from
Dec 12, 2023

Conversation

NKcqx
Copy link
Collaborator

@NKcqx NKcqx commented Dec 7, 2023

Create a proxy actor with unique actor name for each job, so that multi jobs message won't affect the others during runtime.

Job will use the global proxy actor, i.e. "SenderProxyActor" and "ReceiverProxyActor" by default, set config.cross_silo_comm.use_global_proxy to False to enable.

Signed-off-by: NKcqx <[email protected]>
@NKcqx NKcqx added the enhancement New feature or request label Dec 7, 2023
Signed-off-by: NKcqx <[email protected]>
@NKcqx NKcqx mentioned this pull request Dec 8, 2023
@NKcqx NKcqx requested a review from fengsp December 11, 2023 10:02
Copy link
Member

@zhouaihui zhouaihui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NKcqx NKcqx merged commit 1baee4d into main Dec 12, 2023
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants