lmammino/distributed-jwt-cracker

Ability to monitor clients and reassign their ongoing batches in case of failure

开放

#3 创建于 2016年10月1日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (7 个派生)github user discovery
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.

贡献者指南