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
The alternative would be to make end_time do the more obvious thing, however that would be breaking.
Briefly, within a period schedule:
end_time is the latest that a match slot can begin, before any delays are accounted for (and thus determines which matches will attempt to be scheduled as part of the period)
max_end_time is the latest a match slow can begin, once delays are accounted for (and thus determines which matches are actually fit into the period)
The text was updated successfully, but these errors were encountered:
These are very non-obvious to choose.
The alternative would be to make
end_time
do the more obvious thing, however that would be breaking.Briefly, within a period schedule:
end_time
is the latest that a match slot can begin, before any delays are accounted for (and thus determines which matches will attempt to be scheduled as part of the period)max_end_time
is the latest a match slow can begin, once delays are accounted for (and thus determines which matches are actually fit into the period)The text was updated successfully, but these errors were encountered: