Skip to content

Table run_status #384

Closed Answered by pashagolub
petr-klinger asked this question in Q&A
Discussion options

You must be logged in to vote

Hey Petr,

thanks for your request. We found this information is doubled. You may find detailed tasks information in timetable.execution_log, e.g.

-- 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

chain_id task_id last_run finished pid returncode kind command output client_name
4 6 2022-01-28 17:44:06.027329+01 2022-01-28 17:44:09.054895+01 23580 -1 SQL SELECT sleepy_func($1) timeout: context canceled loader

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pashagolub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
❓ question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #383 on February 04, 2022 12:48.