remove old todo
This commit is contained in:
parent
e6775f1981
commit
be695cecb1
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,6 @@ async fn run(config_path: String) {
|
||||||
let start_time = SystemTime::now();
|
let start_time = SystemTime::now();
|
||||||
let job_exit_status = run_job(&state.conf, job_id.clone(), job.clone());
|
let job_exit_status = run_job(&state.conf, job_id.clone(), job.clone());
|
||||||
|
|
||||||
// TODO: PUSH IT TO THE DB HERE
|
|
||||||
sql::log_job(
|
sql::log_job(
|
||||||
pg_connection.as_mut(),
|
pg_connection.as_mut(),
|
||||||
start_time,
|
start_time,
|
||||||
|
@ -411,3 +410,4 @@ impl State {
|
||||||
return dep_map;
|
return dep_map;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// .
|
Loading…
Add table
Add a link
Reference in a new issue