ms jobs und interfaces
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user