We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In case startup needs to be stopped/delayed we have no option to continue with ACDM if we have bigger delay right now.
It would be helpfull to define an earliest TSAT or TTOT. So the TSAT for all outbounds without ASAT needs to be recalculated based on that info.
To minimize delay, outbounds that are ready (with ASRT) should have a higher prio than outbounds not ready.
Example
DLH123 TOBT 1230 TSAT 1230 EWG456 TOBT 1235 TSAT 1235
Earliest TSAT at 1300: DLH123 TSAT 1300 EWG456 TSAT 1300
Earliest TTOT 1300 wirh EXOT 10 minutes: DLH123 TSAT 1250 EWG456 TSAT 1250
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In case startup needs to be stopped/delayed we have no option to continue with ACDM if we have bigger delay right now.
It would be helpfull to define an earliest TSAT or TTOT. So the TSAT for all outbounds without ASAT needs to be recalculated based on that info.
To minimize delay, outbounds that are ready (with ASRT) should have a higher prio than outbounds not ready.
Example
DLH123 TOBT 1230 TSAT 1230
EWG456 TOBT 1235 TSAT 1235
Earliest TSAT at 1300:
DLH123 TSAT 1300
EWG456 TSAT 1300
Earliest TTOT 1300 wirh EXOT 10 minutes:
DLH123 TSAT 1250
EWG456 TSAT 1250
The text was updated successfully, but these errors were encountered: