78
edits
(→Logging: Add additional info for people using runner's influxdb logs) |
(→Logging: Remove superfluous data) |
||
Line 21: | Line 21: | ||
The influxdb table is named runner_tasks, and it's schema is as follows: | The influxdb table is named runner_tasks, and it's schema is as follows: | ||
{ | { | ||
"columns": [ | "columns": [ | ||
"time", | "time", | ||
Line 36: | Line 35: | ||
"try_num", # what retry number is this task on | "try_num", # what retry number is this task on | ||
], | ], | ||
} | } | ||
edits