We should add in the missingSkipCount for both systems and bodies.
If the System/Body is not found, take the current value for missingSkipCount and increase by 1. After it reaches 10, the updater should filter out the query and not pull it. When this reaches >= 10 it means we need to manually confirm the body and force an update.
Increasing and filtering should only apply to the bulk updater commands and not the specific lookups IE:
Yes: npm run updateSystems
No: npm run updateSystems systems=[1,2,3]
We should add in the missingSkipCount for both systems and bodies.
If the System/Body is not found, take the current value for
missingSkipCount
and increase by 1. After it reaches 10, the updater should filter out the query and not pull it. When this reaches >= 10 it means we need to manually confirm the body and force an update.Increasing and filtering should only apply to the bulk updater commands and not the specific lookups IE:
Yes:
npm run updateSystems
No:npm run updateSystems systems=[1,2,3]