Open lucekdudek opened 8 months ago
This issue seems to be more damaging as it is causing deadlock for long running clusters. Unfortunately, direct cause of the deadlock is unknown.
Related subporcess:
output = json.loads( await run_subprocess_output( self._yagna_path, "payment", "status", "--network", network, "--driver", driver, "--json", ) )
https://github.com/golemfactory/ray-on-golem/blob/main/ray_on_golem/server/services/yagna.py#L180-L192
This issue seems to be more damaging as it is causing deadlock for long running clusters. Unfortunately, direct cause of the deadlock is unknown.
Related subporcess:
https://github.com/golemfactory/ray-on-golem/blob/main/ray_on_golem/server/services/yagna.py#L180-L192