lmammino/distributed-jwt-cracker

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

Aperta

#3 aperta il 1 ott 2016

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (7 fork)github user discovery
enhancementhacktoberfesthelp wanted

Metriche repository

Star
 (60 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor