ray-project / rayfed

A multiple parties joint, distributed execution engine based on Ray, to help build your own federated learning frameworks in minutes.
https://rayfed.readthedocs.io
Apache License 2.0
92 stars 21 forks source link

feat: use `Anonymous_job` as default job name. #185

Closed zhouaihui closed 10 months ago

zhouaihui commented 10 months ago

Anonymous is confusing somehow as the default job name. Give it an explicit name.

Before

2023-12-11 12:29:32 INFO barriers.py:295 [bob] -- [Anonymous] SenderProxyActor has successfully created.

After

2023-12-11 12:29:32.598 INFO barriers.py:295 [bob] -- [Anonymous_job] SenderProxyActor has successfully created.