flush duration writer more often

This commit is contained in:
Youngjoon Lee 2024-08-23 18:24:35 +09:00
parent 66eb6ee9d2
commit ff92070498
No known key found for this signature in database
GPG Key ID: 167546E2D1712F8C

View File

@ -115,6 +115,7 @@ fn main() {
vtime.to_string(),
])
.unwrap();
dur_writer.flush().unwrap();
let new_queue_data_msgs_counts_path =
wip_queue_data_msgs_counts_path.replace("__WIP__iteration_", "iteration_");