controller.scheduler.recurring_window¶
A schedule window that triggers a task every 24 hours.
ACI class |
|
RN |
|
Cursor |
|
Parent |
|
Atomic |
— |
Attributes¶
Accepted as keyword arguments of .recurring_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 recurring schedule window. |
|
|
|
— |
|
The concurrency capacity limit. This is the maximum number of tasks that can be processed concurrently. |
|
|
|
|
The day of the week that the recurring window begins. |
|
|
|
|
— |
|
The hour that the recurring window begins. |
|
|
|
— |
|
The minute that the recurring window begins. |
|
|
|
— |
|
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. |