workerPoolUpdate

Update an existing WorkerPool.

Arguments

Returns

WorkerPool!
WorkerPool!
Collapse
  • id
    Globally unique, immutable ID of the WorkerPool.
  • space
    ID of the space this WorkerPool belongs to.
  • Mutable name of the WorkerPool, unique within the scope of a single account.
  • description
    Optional description of the WorkerPool, supports markdown.
  • config
    Config represents a configuration for the workers that must be passed to the workers.
  • createdAt
    CreatedAt is unix timestamp (in seconds) at which the worker pool was created.
  • updatedAt
    UpdatedAt is unix timestamp (in seconds) at which the worker pool was updated.
  • deleted
    Indicates whether the WorkerPool has just been deleted.
  • pendingRuns
    Number of runs ready for processing by this WorkerPool.
  • activeRuns
    Number of runs currently being processed by this WorkerPool.
  • busyWorkers
    Number of currently busy workers in this worker pool.
  • notificationCount
    Number of the new worker pool notifications.
  • workersCount
    Count of workers.
  • usersCount
    Count of users on the public worker pool workers for this account.
  • queuedRunsCount
    Count of queued runs on the public worker pool workers for this account.
  • schedulableRunsCount
    Count of schedulable runs on the worker pool workers for this account.
  • Labels applied to a WorkerPool.