comp-dev-cms-ita / dask-remote-jobqueue

A custom dask remote jobqueue for HTCondor.
MIT License
2 stars 1 forks source link

[Bug]: Scheduler job error #58

Open MircoT opened 2 years ago

MircoT commented 2 years ago

Contact Details

No response

What happened?

If the scheduler job exited with errors (e.g. job status = 4) the dask labextension still stry to connect instead reporting the creation error.

Version

v0.5.9 (Default)

What browsers are you seeing the problem on?

No response

Relevant log output

2022-02-22 16:34:19.977 | DEBUG    | dask_remote_jobqueue.utils:_connection_ok:141 - [ConnectionManager][job_status: 4]
2022-02-22 16:34:19.978 | DEBUG    | dask_remote_jobqueue.utils:_connection_ok:143 - [ConnectionManager][run][error: Scheduler Job exited with errors]

Code of Conduct