You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#74 gated dispatch on a single SSH capability. Generalize it: each
Executor declares the task types it serves, the worker advertises the
union over the executors it initialized as WorkerCapabilities.supported_task_types,
and the dispatcher routes a task only to workers advertising its type.
A worker missing an executor (e.g. no Docker for SSH, or absent GPU/training
deps) is no longer handed a task it would fail inside the runner.
Signed-off-by: Noppanat Wadlom <noppanat.wad@gmail.com>
0 commit comments