Push mit letzen Änderungen von MS an Jobrunner

This commit is contained in:
Developer01
2026-07-07 17:09:02 +02:00
parent 4cdca567ef
commit ee47b50363
3 changed files with 25 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ Public Class JobRunner
Await ScheduleJob(Of ADJob)("ADSync", GetJobConfig(JobConfig.JobType.ADSync))
Await ScheduleJob(Of TestJob)("TestJob", GetJobConfig(JobConfig.JobType.Test))
Await ScheduleJob(Of GraphQLJob)("GraphQLJob", GetJobConfig(JobConfig.JobType.GraphQL))
Await ScheduleJob(Of TestJob)("API_SQL", GetJobConfig(JobConfig.JobType.API_SQL))
' [END] Job Scheduling
Catch ex As Exception