metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

CondaLock should output some warning when fails to acquire lock. Currently need to wait 60 minutes before get exception

Open seanv507 opened this issue 3 years ago • 0 comments

One of our users seemed to have a incorrect file lock.

There was no indication of a problem, Output was "Bootstrapping conda environment" and then it would hang.

eventually user left it running for 60 minutes so finally received exception https://github.com/Netflix/metaflow/blob/1c97086fa42671ca9f3c2dc55119dd73134804f5/metaflow/plugins/conda/conda.py#L223

could some warning be output (even just first time of exception) with the lock file name, so one knows where the problem is...

seanv507 avatar Jan 19 '22 11:01 seanv507