Jobs: WIP GraphQL Job, fix logic errors, improve logging

This commit is contained in:
Jonathan Jenne
2022-11-25 10:28:52 +01:00
parent 8267ecb72d
commit ca92abbee5
3 changed files with 146 additions and 110 deletions

View File

@@ -7,6 +7,8 @@ Public Class JobConfig
Public Property CronSchedule As String = ""
Public Property ArgsString As String = ""
<Xml.Serialization.XmlIgnore>
Public Property Args As New Dictionary(Of String, String)
Public Enum JobType