JS Task API Reference

Module: executor

Table of contents

Classes

Type Aliases

Type Aliases

ExecutorOptions

Ƭ ExecutorOptions: { package?: string | Package ; taskTimeout?: number ; subnetTag?: string ; logger?: Logger ; enableLogging?: boolean ; yagnaOptions?: YagnaOptions ; maxTaskRetries?: number ; storageProvider?: StorageProvider ; activityPreparingTimeout?: number ; skipProcessSignals?: boolean ; startupTimeout?: number ; exitOnNoProposals?: boolean } & Omit<PackageOptions, "imageHash" | "imageTag"> & MarketOptions & PaymentOptions & NetworkServiceOptions & AgreementServiceOptions & WorkOptions & TaskServiceOptions

Defined in

src/executor.ts:41


ExecutorOptionsMixin

Ƭ ExecutorOptionsMixin: string | ExecutorOptions

Contains information needed to start executor, if string the imageHash is required, otherwise it should be a type of ExecutorOptions

Defined in

src/executor.ts:96


YagnaOptions

Ƭ YagnaOptions: Object

Type declaration

NameType
apiKey?string
basePath?string

Defined in

src/executor.ts:98

Was this helpful?