Machine unavailability
A production machine is undergoing maintenance or is inactive because of a public holiday.
In such cases, the projected time to complete the job is extended by the duration of the unavailability during the job’s processing.
During the unavailability period, the job is paused, but stays on the production machine. The job is resumed when the production machine is available again.
{
"machines": [
{
"id": "machine A",
"start": "2024-12-01T00:00:00+00:00",
"unavailableTimeSpans": [
{
"start": "2025-01-01T00:00:00+00:00",
"end": "2025-01-02T00:00:00+00:00"
}
]
}
]
}