You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-05-30 08:41:35,598 - platform_neuro_flow_api.watchers - ERROR - Failed to check status of executor job-66bd77bf-e51f-468f-941a-1823f70f52d7
Traceback (most recent call last):
File "/root/.local/lib/python3.9/site-packages/platform_neuro_flow_api/watchers.py", line 38, in _check_attempt
job = await self._platform_client.jobs.status(attempt.executor_id)
File "/root/.local/lib/python3.9/site-packages/neuro_sdk/_jobs.py", line 540, in status
async with self._core.request("GET", url, auth=auth) as resp:
File "/usr/local/lib/python3.9/contextlib.py", line 181, in __aenter__
return await self.gen.__anext__()
File "/root/.local/lib/python3.9/site-packages/neuro_sdk/_core.py", line 173, in request
raise err_cls(err_text)
neuro_sdk.IllegalArgumentError: no such job job-66bd77bf-e51f-468f-941a-1823f70f52d7
Somehow invalid job ids are saved into DB.
The text was updated successfully, but these errors were encountered:
zubenkoivan
changed the title
Incorrect executor ids are saved to DB
Invalid executor ids are saved to DB
May 30, 2022
Description
There are a lot of following errors in logs:
Somehow invalid job ids are saved into DB.
The text was updated successfully, but these errors were encountered: