fabric.scheduler.one_time_window¶
A schedule window with absolute start and end times.
ACI class |
|
RN |
|
Cursor |
|
Parent |
|
Atomic |
— |
Attributes¶
Accepted as keyword arguments of .one_time_window(name) and of .set(**attrs) on this cursor. Enum parameters also accept the plain string.
parameter |
wire |
type |
values |
default |
description |
|---|---|---|---|---|---|
|
|
|
— |
— |
The name of the schedule window. |
|
|
|
— |
|
The concurrency capacity limit. This is the maximum number of tasks that can be processed concurrently. |
|
|
|
— |
— |
The date that the schedule window starts. |
|
|
|
— |
|
Delay between node upgrades in seconds. This is applicable only for concurCap 1. |
|
|
|
— |
— |
A period of time taken between processing of items within the concurrency cap. |
|
|
|
— |
|
Processing size capacity limitation specification. Indicates the limit of items to be processed within this window. |
|
|
|
— |
— |
The processing time capacity limit. This is the maximum duration of the window. |