lease icon indicating copy to clipboard operation
lease copied to clipboard

weighted lease

Open a8m opened this issue 9 years ago • 0 comments

for example:

leaseKey leaseOwner leaseWeight leaseCounter
task 1 worker 1 1 (default) x
task 2 worker 2 3 x
task 3 worker 1 1 (default) x
task 4 worker 1 1 (default) x

comments:

  • the default weight of a lease(or task) is 1
  • we expect the leaser to partition the work according to the total weight of the tasks.

a8m avatar Aug 26 '16 12:08 a8m