Manipulated cron frequency in Startup.cs to Minutely and parameters of DeleteOldEntries in FileBlobRepository, to account for more database entries (can also be done by moving CreatedOn column to a few days ago)
Started app and verified orphan entries are removed and dependent entries are not (console logged how many entries were deleted)
What does it fix?
Closes #57 : additional suggestions This includes PR #83.
How has it been tested?
Get uploaded image
GET https://localhost:5001/file/eb8749f3-05a5-4d07-9310-056a2c7ef37d
(id taken fromsingleUpload
mutation response, see testing on #83)Create theme with an uploaded image
New query to get
recentImageUploads
Hangfire cleanup
singleUpload
mutationStartup.cs
to Minutely and parameters of DeleteOldEntries inFileBlobRepository
, to account for more database entries (can also be done by moving CreatedOn column to a few days ago)