Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 243 Bytes

File metadata and controls

9 lines (7 loc) · 243 Bytes

ParallelTaskRunByRankStrategy

Requirement

  1. Have 3 long jobs
  2. Each job has a rank associated with it.
  3. All jobs should start and run parallely
  4. if high rank job succed, return the result
  5. Else check the next ranked job and so on.