Package

agora

exec

Permalink

package exec

'exec' is an example of how agora can be used to run generic commands across workers.

We set up an 'RunProcess' requests, which run commands on worker node. The worker node can change its subscription to filter/configure what gets run based on the jobs submitted.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. exec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ExecApiConfig extends AnyRef

    Permalink

Value Members

  1. val WorkspacesKey: String

    Permalink

    the path to the 'workspaces' json element which contains all the workspaces held by a worker which could be matched on by a agora.exec.client.RemoteRunner.

    the path to the 'workspaces' json element which contains all the workspaces held by a worker which could be matched on by a agora.exec.client.RemoteRunner.

    The agora.exec.workspace.UpdatingWorkspaceClient is responsible for updating work subscriptions

  2. package client

    Permalink
  3. package events

    Permalink
  4. package log

    Permalink
  5. package model

    Permalink
  6. package workspace

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped