mirror of
https://github.com/clearml/clearml-agent
synced 2025-03-03 18:52:22 +00:00
Fix _dynamic_gpu_get_available worker timeout increase to 10 minutes
This commit is contained in:
parent
3a07bfe1d7
commit
7e90ebd5db
@ -905,7 +905,7 @@ class Worker(ServiceCommandSection):
|
||||
def _dynamic_gpu_get_available(self, gpu_indexes):
|
||||
# noinspection PyBroadException
|
||||
try:
|
||||
response = self._session.send_api(workers_api.GetAllRequest(last_seen=60))
|
||||
response = self._session.send_api(workers_api.GetAllRequest(last_seen=600))
|
||||
except Exception:
|
||||
return None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user