Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The job's AdmissionTimeScheme know of periods such as WeekdayPeriod, MonthlyDatePeriod, MonthlyLastWeekdayPeriod etc.
Desired Behavior
- Users would like to further limit admission times by month range.
- The given periods in the AdmissionTimeScheme should be applied to certain months only.
- For example to apply different periods to the month range of April to June and to November of each year:
"admissionTimeScheme": { "months": [ { "range": [ 4, 5, 6 ], "periods": [ {...} ] }, { "range": [ 11 ], "periods": [ {...} ] } ] }