Skip to content
Snippets Groups Projects

Draft: feat: New DB class to monitor application parameters

Open Federico Stagni requested to merge fstagni/LHCbDIRAC:application-parameters into devel
Files
4
@@ -79,6 +79,8 @@ class XMLFilesReaderManager:
"""interprets the xml content."""
self.log.debug("Start Job Processing")
sendToElasticSearch(job)
# prepare for the insert, check the existence of the input files and retreive the fileid
inputFiles = [inputFile.name for inputFile in job.inputFiles]
if inputFiles:
Loading