-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go through DMCI workdir file-accumulation #211
Comments
Might be caused by postgis being down, should there be an automatic iteration of files in workdir older than X or should they just be removed? |
We need to assure that they are ingested, then we can delete them |
Test:
If all tests succeed, the reason for the build up of data in the work dir must be that the container has crashed in the middle of an ingestion process. In that case, dmci should pick up the files in workdir and re-run the process. Currently, dmci only acts on API actions (i.e., a file is pushed to the API). DMCI currently does not check the work dir. app.py line 140 to 165 should be a function: Then a tool should be added that regularly checks the workdir and runs insert_update. If all works as expected, this should empty the workdir. |
The workdir still often contains files, and seems to not be properly cleaned up. Maybe related to some issues in solr? See #240 |
Is this related to #237 and #240? @shamlymajeed - could you follow up this? |
No description provided.
The text was updated successfully, but these errors were encountered: