Dropped the initial commit for this work due to a large file. Had to do some cleanup from a bad merge.
This commit is contained in:
parent
931ecb1437
commit
f63c38ac23
6 changed files with 9 additions and 7 deletions
|
|
@ -26,7 +26,7 @@ namespace API.Services.Tasks
|
|||
{
|
||||
_logger.LogInformation("Cleaning temp directory");
|
||||
var tempDirectory = Path.Join(Directory.GetCurrentDirectory(), "temp");
|
||||
_directoryService.ClearDirectory(tempDirectory);
|
||||
DirectoryService.ClearDirectory(tempDirectory);
|
||||
_logger.LogInformation("Cleaning cache directory");
|
||||
_cacheService.Cleanup();
|
||||
_logger.LogInformation("Cleaning old database backups");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue