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.
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
toFalse
to enable.