Jobs: add check for file age

This commit is contained in:
Jonathan Jenne
2023-12-20 15:08:04 +01:00
parent 8da8bd18a7
commit 04577f3b61
4 changed files with 23 additions and 15 deletions

View File

@@ -21,6 +21,7 @@ Public Class WorkerArgs
Public ExceptionEmailAddress As String = Nothing
Public IgnoreRejectionStatus As Boolean = False
Public MaxAttachmentSizeInMegaBytes As Integer = -1
Public MinFileAgeInMinutes As Integer = 5
Public NamePortal As String = "NO PORTAL_NAME IN CONFIG"
Public AllowFacturX As Boolean = True