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
I just found out that for some reason passing wrong argument names to dask-cuda-worker will not fail when used with --scheduler-file, the following will start:
After a bit of debugging it seems that the first incorrect option will be understood as being the scheduler argument even if it begins with --, thus if there's only one option that's incorrect it won't fail. This seems to be an intended consequence of click as it aims to be robust to options formatting and not just those starting with --.
I just found out that for some reason passing wrong argument names to
dask-cuda-worker
will not fail when used with--scheduler-file
, the following will start:However, if you pass in the scheduler address it will fail, as the correct argument name is
--net-devices
:The text was updated successfully, but these errors were encountered: