refactoring-ai / predicting-refactoring-ml

Refactoring recommendation via ML
MIT License
28 stars 8 forks source link

Delete projects in the disk, even if App crashes #155

Closed mauricioaniche closed 4 years ago

mauricioaniche commented 4 years ago

Right now, if we have, say, an OOME, then our app crashes, and the entire repository of the project that was under analysis stays there. In a long run, this leak can cause the docker image to go out of disk.

We should find a simple solution, e.g., removing the entire tmp directory when App starts, or something like that.