-
Notifications
You must be signed in to change notification settings - Fork 164
Expand file tree
/
Copy pathbasic-latetask-async.json
More file actions
55 lines (55 loc) · 1.79 KB
/
basic-latetask-async.json
File metadata and controls
55 lines (55 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"qc": {
"config": {
"database": {
"implementation": "CCDB",
"host": "ccdb-test.cern.ch:8080"
},
"Activity": {
"number": "42",
"type": "NONE",
"provenance": "qc_async"
},
"monitoring": {
"url": "infologger:///debug?qc"
},
"consul": {
"url": ""
},
"conditionDB": {
"url": "ccdb-test.cern.ch:8080"
},
"infologger": {
"filterDiscardDebug": "false",
"filterDiscardLevel": "12"
},
"bookkeeping": {
"url": ""
}
},
"tasks": {},
"checks": {},
"lateTasks": {
"QcTaskLate": { "": "this is a way to configure an asynchronous late task",
"active": "true",
"className": "o2::quality_control::core::GeneralPurposeLateTask",
"moduleName": "QualityControl",
"detectorName": "TST",
"policy": "OnAll", "": "just like Checks and Aggregators, late tasks support update policies",
"dataSources": [{ "" : "provides the late task with an MO",
"type": "repository",
"detectorName": "TST",
"taskName": "QcTask",
"MOs": ["example", "example2"], "": "framework should attempt to retrieve the two objects corresponding to the same validity",
"restrict": {
"number": "", "": "takes any run number",
"periodName": "LHC23k", "": "objects should belong to period LHC23k",
"passName": "derived", "": "objects should belongs to the same pass name as the globally defined one in this file"
}
}],
"TODO": "how to describe expected plots? i guess this should be task-specific"
}
}
},
"dataSamplingPolicies": []
}