Skip to content

Commit

Permalink
Doc: clarify that --full-chain creates Mergers only for local tasks (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
knopers8 authored Nov 3, 2023
1 parent 28b665a commit a0c7d3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ To request these objects in a Check, use `TaskMovingWindow` data source, as in t
```
It is possible to request both the integrated and single cycle plots by the same Check.

To test it in a small setup, one can run `o2-qc` with `--full-chain` flag, which creates a complete workflow with a Merger for local QC tasks, even though it runs just one instance of them.
To test it in a small setup, one can run `o2-qc` with `--full-chain` flag, which creates a complete workflow with a Merger for **local** QC tasks, even though it runs just one instance of them.
Please remember to use `"location" : "local"` in such case.

In asynchronous QC, the moving window plots will appear in the intermediate QC file in the directory `mw` and will be uploaded to QCDB to `<task_name>/mw`.
When testing, please make sure to let DPL know that it has to run in Grid mode, so that QC can compute object validity based on timestamps in the data:
Expand Down

0 comments on commit a0c7d3d

Please sign in to comment.