You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device state of ignored collections is now marked as Exiting (except those in Error state), prior to DDS agent shutdown (which would terminate any still alive tasks).
Collection state is set to Error if any non-expendable device is also in the Error state.
Add --agent-wait-timeout setting to servers. If provided, it overrides server's timeout value for the agent waiting step during submit. Can be either in seconds or percentage, e.g.: '10s' or '10%'. When percentage is given, it is calculated from the request timeout or global timeout (depending on which one is active).
Add expendable & RMSJobIDs infos to logs and gRPC replies.
Reenable minAgents setting during submit.
Handle number of submitted agents info returned by DDS during submit.
In case of Slurm, if the agent submit request returns with a number of hosts lower than requested but higher than nMin, the number of expected agents will be updated and ODC will wait only for the corresponding number of slots to be active.