archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Add optional date time to ConsolidatePBFilesForOnePV api #210

Closed jacomago closed 3 months ago

jacomago commented 4 months ago

Adds a new parameter to the ConsolidatePBFilesForOnePV to run ETL process for a date in the future. This is for the case that you have alot of data to be moved in ETL, so you want to spread out when it happens. Tested in ConsolidateETLJobsForOnePVTest.java

shroffk commented 3 months ago

@jacomago I think there might be some file ending changes happening here... can you help us understand the changes here

jacomago commented 3 months ago

@jacomago I think there might be some file ending changes happening here... can you help us understand the changes here

Yes, the codebase is a mix of line endings at the moment so I added the .gitattributes file to force all new commits to align to LF. In the comparison page on github, you can change the view settings to ignore whitespace and the changes should be clearer.

thelarsjohansson commented 3 months ago

Thank you for updates!