David Rollinson
David Rollinson
"I just noticed that an option "prioritize_capture_over_reprocess" was introduced (in July/2024), and it has default value set to "false". I expected it to be "true" by default," It was set...
https://github.com/CroatianMeteorNetwork/RMS/issues/171#issue-1708747011 There are two separate pieces of code here. The prioritize_capture_over_reprocess only applies when broken directories are detected on start and capture should not have started. This option prevents reprocessing...
It makes sense, however, there needs to be a check after reprocessing each directory that capture is not about to start, rather than one check before starting to reprocess all...
prioritize_capture_over_reprocess: false is the default, because it retains the original behaviour. Once reprocessing of incompletely processed directories starts, all incompletely processed directories will be processed, even if this prevents capture...
@satmonkey, I agree, but this is a different piece of code to prioritize_capture_over_reprocess. I can look at it, but I think it's already been worked on. However if someone wants...
I think this has been resolved, could we close this issue?
Hi Cybis320, Thanks for assigning to me, however I think that the quota management system already cleans up the raw images, if it is enabled. I saw this problem, which...
Sorry Cybis320, I'm not familiar with the code which processes frame_days_to_keep, or the directory structure for the raw images. The quota management system obliterated everything before a cut off date,...
QM was extended to cover this exact situation, which occurred a few times during the development work, so QM makes a list of all the files in all the directories,...
@Cybis320 if you can create a branch that would be great!