wlandau / crew

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

Simplify the launcher plugin interface #54

Closed wlandau closed 1 year ago

wlandau commented 1 year ago

The launch_worker() method should only need to accept the call to crew_worker(), the launcher name, and the worker token. Everything else should be internal. This will be a breaking change, but it will be well worth the initial pain.