Michał Jastrzębski

Results 6 comments of Michał Jastrzębski

Made progress on this. Turns out that vues scoped style made it break. If you remove scoped, it works.

This looks to me like [this](https://github.com/aimhubio/aim/blob/main/aim/storage/lock_proxy.py#L38C93-L38C93) function is timing out, then error is incorrectly handled. Having short timeout on `lock` function is definitely a bug, since well, whole idea is...

This also happens for us when running torch-lightning integration and parallel training jobs.

Digging deeper into it. I actually no longer think it's issue with grpc, but softlock instead. For some reason, it uses softlock, but [this](https://github.com/aimhubio/aim/blob/main/aim/storage/locking.py#L148) function, when called on repo location,...

It'll only fix lightning, but you can add similar parameter to yours func call, it should fix your case

Adding more context. Most of our services were created quickly and really work only for `default` namespace. For example https://github.com/github/argo-ml/blob/master/hyperparam-controller/controller.py#L66 We need to change this to listen on all namespaces,...