-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Example message from ADSScanExplorerPipeline.ingestor.log:
{"asctime": "2024-10-21T20:16:13.362Z", "name": "ADSScanExplorerPipeline.ingestor", "processName": "ForkPoolWorker-2", "filename": "ingestor.py", "funcName": "identify_journals", "levelname": "ERROR", "lineno": 280, "module": "ingestor", "threadName": "MainThread", "message": "Error checking file hash on top file: /proj/ads/articles/lists/seri/Astr./Astr.0200.top due to [Errno 2] No such file or directory: '/proj/ads/articles/bitmaps/seri/Astr./0200/600'", "timestamp": "2024-10-21T20:16:13.362Z", "hostname": "0653bcda4d2f"}
This is the result of bad data in the back office. In the back office this is solved by removing the conflicting file (Astr.0200.top). However, the volume remains in the Scan Explorer database, such with the next update run, it will attempt to do the same thing and generate the same error message.
Proposal: create a command line option to remove a certain volume from the database. Perhaps something like
python run.py REMOVE --id=Astr.0200
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request