MBrace.AWS


AWSWorker

Namespace: MBrace.AWS

Local AWS Standalone worker management methods

Static members

Static memberDescription
LocalExecutable()
Signature: unit -> string

Gets or sets the path for a local standalone worker executable.

CompiledName: set_LocalExecutable

LocalExecutable()
Signature: unit -> unit

Gets or sets the path for a local standalone worker executable.

CompiledName: get_LocalExecutable

Spawn(...)
Signature: (config:Configuration option * workerId:string option * workingDirectory:string option * maxWorkItems:int option * logLevel:LogLevel option * quiet:bool option * logFile:string option * heartbeatInterval:TimeSpan option * heartbeatThreshold:TimeSpan option * background:bool option) -> Process

Initialize a new local runtime instance with supplied worker count and return a handle.

SpawnMultiple(...)
Signature: (workerCount:int * config:Configuration option * maxWorkItems:int option * logLevel:LogLevel option * quiet:bool option * heartbeatInterval:TimeSpan option * heartbeatThreshold:TimeSpan option * background:bool option) -> Process []

Initialize a new local runtime instance with supplied worker count and return a handle.

Fork me on GitHub