scheduler.ScheduleOptions interface

Bạn có thể đặt các tuỳ chọn trên trình kích hoạt Lịch biểu.

Chữ ký:

export interface ScheduleOptions extends options.GlobalOptions 

Mở rộng: options.GlobalOptions

Thuộc tính

Tài sản Loại Mô tả
maxBackoffSeconds số | Biểu thức<number> | Đặt lại giá trị Thời gian chờ tối đa trước khi thử lại.
maxDoublings số | Biểu thức<number> | Đặt lại giá trị Thời gian giữa sẽ nhân đôi tối đa gấp đôi số lần.
maxTrySeconds số | Biểu thức<number> | Đặt lại giá trị Giới hạn thời gian thử lại.
minBackoffSeconds số | Biểu thức<number> | Đặt lại giá trị Thời gian chờ tối thiểu trước khi nhập lại.
retryCount số | Biểu thức<number> | Đặt lại giá trị Số lần thử lại của một lần chạy không thành công.
lịch biểu chuỗi Lịch biểu, theo cú pháp Unix Crontab hoặc AppEngine.
múi giờ múi giờ | Biểu thức<string> | Đặt lại giá trị Múi giờ mà lịch biểu thực thi.

Scheduler.ScheduleOptions.maxBackoffSeconds

Thời gian chờ tối đa trước khi thử lại.

Chữ ký:

maxBackoffSeconds?: number | Expression<number> | ResetValue;

Scheduler.ScheduleOptions.maxDoublings

Thời gian giữa sẽ nhân đôi tối đa gấp đôi số lần.

Chữ ký:

maxDoublings?: number | Expression<number> | ResetValue;

Scheduler.ScheduleOptions.maxcallbackSeconds

Giới hạn thời gian thử lại.

Chữ ký:

maxRetrySeconds?: number | Expression<number> | ResetValue;

Scheduler.ScheduleOptions.minBackoffSeconds

Thời gian chờ tối thiểu trước khi nhập lại.

Chữ ký:

minBackoffSeconds?: number | Expression<number> | ResetValue;

Scheduler.ScheduleOptions.retryCount

Số lần thử lại của một lần chạy không thành công.

Chữ ký:

retryCount?: number | Expression<number> | ResetValue;

scheduler.ScheduleOptions.schedule

Lịch biểu, theo cú pháp Unix Crontab hoặc AppEngine.

Chữ ký:

schedule: string;

Scheduler.ScheduleOptions.timeZone

Múi giờ mà lịch biểu thực thi.

Chữ ký:

timeZone?: timezone | Expression<string> | ResetValue;