keltia / fetiche-rs

Rust crates for managing Surveillance data — ingress/egress formats for ECTL
MIT License
1 stars 1 forks source link

Add a task module for managing output files for long running jobs #13

Closed keltia closed 1 year ago

keltia commented 1 year ago

Right now, output file is driven by acutectl and is limited to one. For long-running jobs like streaming for several days, add a task module that manage and rotate output files. Maybe using the job id to create a special directory?

keltia commented 1 year ago

Implemented in f78c45b339238042f997d63a938002742c1fc828.