Open kshyatt opened 2 years ago
With more and more features using/relying on the eager API (which has only 1 scheduler), I'm considering making SchedulerOptions
an internal API, and ripping out most of its functionality and tests. All of the same options are available in ThunkOptions
, and with #328 now merged, it's easy enough to make options act as if they were set globally.
@kshyatt you might want to try out the new Dagger.with_options
API and see if that works for you; I imagine you were trying to set procutil
globally?
This creates its own set of scheduler and thunk options.
and
spawn
seems to not pass any of thekwargs
(whereproclist
would presumably be) toinit_eager
.