WorkerManager
Namespace: MBrace.Thespian.Runtime
WorkerManager actor reference used for handling MBrace.Thespian worker instances
Instance members
Instance member | Description |
IsAlive(worker)
Signature: worker:IWorkerId -> Async<bool>
|
Checks if worker id is still sending heartbeats. |
UnSubscribe(worker)
Signature: worker:IWorkerId -> Async<unit>
|
Revokes worker subscription for given id. |
Static members
Static member | Description |
Create(...)
Signature: (localStateF:LocalStateFactory * heartbeatThreshold:TimeSpan option * heartbeatInterval:TimeSpan option) -> WorkerManager
|
Creates a new worker manager instance running in the local process. |