Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 452 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 452 Bytes

map reduce

Todo list

General

  • local evaluation process worked
  • distributed evaluation process worked
  • use redis as store

Server

  • handle single workers
  • handle multiple workers
  • exit gracefully informing the workers(now through invalid context)
  • handle failure in workers
  • timeout if worker is taking too long

Worker

  • exit gracefully(now through invalid context received from server)