Table run_status #384
-
I uploaded a new version and found that the run_status table was completely deleted. Unable to find information about each task_id at this time. |
Beta Was this translation helpful? Give feedback.
Answered by
pashagolub
Feb 2, 2022
Replies: 1 comment
-
Hey Petr, thanks for your request. We found this information is doubled. You may find detailed tasks information in -- find all tasks for chain `#4` executed by the `loader` client where error happened
SELECT * FROM timetable.execution_log WHERE chain_id = 4 AND client_name = 'loader' AND returncode != 0; execution_log
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pashagolub
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Petr,
thanks for your request. We found this information is doubled. You may find detailed tasks information in
timetable.execution_log
, e.g.execution_log