DPL: enable new EoS by default and set data processing and exit transition timeouts#14429
DPL: enable new EoS by default and set data processing and exit transition timeouts#14429ehellbar merged 2 commits intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| defaultInfologgerMode = "infoLoggerD"; | ||
| } else if (deploymentMode == o2::framework::DeploymentMode::OnlineECS) { | ||
| defaultExitTransitionTimeout = "20"; | ||
| defaultExitTransitionTimeout = "15"; |
There was a problem hiding this comment.
why do we set it shorter on the FLPs? Perhaps I'd do 25/20 here?
There was a problem hiding this comment.
if I understand correctly, for FLP workflows in synchronous processing we'll anyway use the values defined in https://github.com/ehellbar/AliceO2/blob/dev/Framework/Core/src/O2ControlHelpers.cxx#L372 ? Was wondering if we could then skip the declaration here, but then put it to the same values as in the ControlHelpers in case we want to run it locally with DeploymentMode::OnlineECS. So we've been using the 15/10 settings on FLPs in online already for some time.
There was a problem hiding this comment.
changed it to 25/20. Indeed, I saw a handful of tasks on the FLPs which are regularly running into the exit transition timeout.
…ition timeouts (#14429) * DPL: set data processing and exit transition timeouts by default to enable new EoS * adjust data processing and exit transition timeouts in O2Control test
…ition timeouts (AliceO2Group#14429) * DPL: set data processing and exit transition timeouts by default to enable new EoS * adjust data processing and exit transition timeouts in O2Control test
…ition timeouts (AliceO2Group#14429) * DPL: set data processing and exit transition timeouts by default to enable new EoS * adjust data processing and exit transition timeouts in O2Control test
No description provided.