DPL: allow to disable oldest possible timeframe propagation with a label#14931
DPL: allow to disable oldest possible timeframe propagation with a label#14931ktf merged 1 commit intoAliceO2Group:devfrom
Conversation
This allows to disable all DomainInfoHeader propagation with a corresponding DataProcessorLabel. It addresses the issue reported in QC-1320, where remote QC workflows were getting flooded with a DIH for each QC task instance in the setup.
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
@ktf could you have a look please? |
|
How about using it to scale the oldest possible timeframe, rather than completely disable it? I worry that by just disabling it, things could accidentally accumulate. |
Hmm, assuming that This being said, in the case of QC, I don't expect things to accumulate due to poor synchronization. If that happens, maybe it's better that things breaks and we see it, rather than it going unnoticed... I am open for counterarguments though. |
|
Ok, let's start with this and then we see. |
This allows to disable all DomainInfoHeader propagation with a corresponding DataProcessorLabel. It addresses the issue reported in QC-1320, where remote QC workflows were getting flooded with a DIH for each QC task instance in the setup.