Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-2
-
Fix Version/s: 1.0-beta-3
-
Component/s: repository scanning
-
Labels:None
Description
need to have a simple, reusable way to be able to trigger consumers for a given artifact just-in-time for things like addition via a proxy, removal via purge, etc.
it seems like the best thing to do here is:
Things to check:
- wait until completion of any known batch of operations (eg, for purge, collect a list of artifacts removed)
- for each consumer, execute beginScan; then for each file execute processFile; then for each consumer execute completeScan
- rinse and repeat for database consumers
Things to check: