wlandau / crew

A distributed worker launcher
https://wlandau.github.io/crew/
Other
123 stars 4 forks source link

consider removing n_push from the controller #85

Closed wlandau closed 1 year ago

wlandau commented 1 year ago

Looks like it does nothing, but I want to make sure it's not a Chesterton fence before I remove it.

wlandau commented 1 year ago

Nope, can't get rid if it because it is how crew generates fast task IDs.

wlandau commented 1 year ago

Should actually be the job of the schedule and not the controller (#84).