lmammino/distributed-jwt-cracker
Ability to monitor clients and reassign their ongoing batches in case of failure
開放
#3 建立於 2016年10月1日
enhancementhacktoberfesthelp wanted
倉庫指標
- 星標
- (60 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
This requires to introduce a mechanism to monitor the clients (e.g. ping or timeout) and to store in the server state a queue of batches waiting for recovery. When a new batch is requested by a client then the next batch is provided from the recovery queue. Only if the recovery queue is empty the cursor can be moved forward and a new batch can be distributed to a client.