Test the program locally
python main.py2021-03-01 23:43:16,670 INFO services.py:1092 -- View
the Ray dashboard at http://172.17.0.2:8265
(pid=112598) Created UserActor for user user2
(pid=112598) user2 join chatroom ActorID(df5a1a8201000000)
(pid=112577) Created UserActor for user user1
(pid=112577) user1 join chatroom ActorID(df5a1a8201000000)
(pid=112614) Created UserActor for user user0
(pid=112614) user0 join chatroom ActorID(df5a1a8201000000)
Action 1: Send a chat 'Hello world' from specific user
Action 2: Create a new chatroom with 3 users
Your choice (1 or 2): Monitor your distributed application through Ray's dashboard

Last updated