You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, RRRSpec uses Redis as a RPC system and as a temporary data store. It needs some persistence actions from Redis to MySQL, and it increases unnecessary complexities. Move to another RPC system like MsgPack-RPC or ProtocolBuffers to let the workers and the masters communicate in a simpler way.
Create Notification API
Create Master API
Create Worker API
Make {worker,master,slave} runners to use API
Start-up code of API Server
Finish all worker_logs created by disconnected workers
The text was updated successfully, but these errors were encountered:
Currently, RRRSpec uses Redis as a RPC system and as a temporary data store. It needs some persistence actions from Redis to MySQL, and it increases unnecessary complexities. Move to another RPC system like MsgPack-RPC or ProtocolBuffers to let the workers and the masters communicate in a simpler way.
The text was updated successfully, but these errors were encountered: