Skip to content

Commit

Permalink
CPV, PHS: update qc-async json config according to QC review 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
sevdokim committed Mar 18, 2024
1 parent 0aee2a3 commit 36596c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 43 deletions.
28 changes: 8 additions & 20 deletions DATA/production/qc-async/cpv.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@
"config": {
"database": {
"implementation": "CCDB",
"host": "alio2-cr1-hv-qcdb1.cern.ch:8083",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
},
"Activity": {
"number": "42",
"type": "2"
"host": "ccdb-test.cern.ch:8080"
},
"Activity": {},
"monitoring": {
"url": "influxdb-unix:///tmp/telegraf.sock"
},
"consul": {
"url": "alio2-cr1-hv-aliecs:8500"
"url": "infologger:///debug?qc"
},
"conditionDB": {
"url": "http://localhost:8084/"
"url": "ccdb-test.cern.ch:8080"
}
},
"tasks": {
Expand All @@ -30,7 +21,6 @@
"moduleName": "QcCPV",
"detectorName": "CPV",
"cycleDurationSeconds": "120",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "clusters:CPV/CLUSTERS/0;ctrigrec:CPV/CLUSTERTRIGRECS/0"
Expand All @@ -40,9 +30,7 @@
"ccdbCheckInterval": "1000"
}
}
},
"dataSamplingPolicies": [

]
}
}
}
},
"dataSamplingPolicies": []
}
32 changes: 9 additions & 23 deletions DATA/production/qc-async/phs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,14 @@
"config": {
"database": {
"implementation": "CCDB",
"host": "ali-qcdb.cern.ch:8083",
"username": "not_applicable",
"password": "not_applicable",
"name": "not_applicable"
},
"Activity": {
"number": "42",
"type": "2"
"host": "ccdb-test.cern.ch:8080"
},
"Activity": {},
"monitoring": {
"url": "influxdb-unix:///tmp/telegraf.sock"
},
"consul": {
"url": ""
"url": "infologger:///debug?qc"
},
"conditionDB": {
"url": "http://localhost:8084"
"url": "ccdb-test.cern.ch:8080"
}
},
"tasks": {
Expand All @@ -30,18 +21,13 @@
"moduleName": "QcPHOS",
"detectorName": "PHS",
"cycleDurationSeconds": "100",
"maxNumberCycles": "-1",
"dataSource": {
"type": "direct",
"query": "clusters:PHS/CLUSTERS/0;clustertr:PHS/CLUSTERTRIGREC/0"
},
"taskParameters": {
"": ""
}
"taskParameters": {}
}
},
"dataSamplingPolicies": [

]
}
}
}
},
"dataSamplingPolicies": []
}

0 comments on commit 36596c2

Please sign in to comment.