ms jobs und interfaces

This commit is contained in:
2020-08-10 17:27:45 +02:00
parent a825fc6d5e
commit 64d957a217
6 changed files with 35 additions and 15 deletions

View File

@@ -51,7 +51,9 @@ Public Class GraphQLJob
End Using
End Using
HandleResponse(oResult, oCurrentQuery, oDatabase)
If IsNothing(HandleResponse(oResult, oCurrentQuery, oDatabase)) Then
Continue For
End If
Next
' logout
@@ -69,7 +71,8 @@ Public Class GraphQLJob
Dim oMappings = QueryData.MappingFields
If oResultList Is Nothing Then
_Logger.Warn("HandleResponse: Could not find BasePath: {0}", QueryData.MappingBasePath)
_Logger.Warn("HandleResponse: Could not find BasePath: [{0}] for query [{1}]", QueryData.MappingBasePath, QueryData.Name)
Return Nothing
End If
_Logger.Info("Processing Queue [{0}] with [{1}] Items", QueryData.Name, oResultList.Count)