CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

Properly handle exception logs during run failure #46

Closed evamaxfield closed 5 years ago

evamaxfield commented 5 years ago

RunManager will create an exception log and properly upload it to a file store as well as make the correct connections but doesn't remove the file locally. Part of the reason for having files be removed locally is so that the processing server isn't required to have a huge storage capacity: it's only job is processing. This should be a simple fix of basically before reraising the error, remove the log locally.