Update an existing WorkerPool.
WorkerPool!
WorkerPool!- idGlobally unique, immutable ID of the WorkerPool.
- spaceID of the space this WorkerPool belongs to.
- spaceDetailsSpace!Details of the space this WorkerPool belongs to.
- nameMutable name of the WorkerPool, unique within the scope of a single account.
- descriptionOptional description of the WorkerPool, supports markdown.
- configConfig represents a configuration for the workers that must be passed to the workers.
- createdAtCreatedAt is unix timestamp (in seconds) at which the worker pool was created.
- updatedAtUpdatedAt is unix timestamp (in seconds) at which the worker pool was updated.
- deletedIndicates whether the WorkerPool has just been deleted.
- pendingRunsNumber of runs ready for processing by this WorkerPool.
- activeRunsNumber of runs currently being processed by this WorkerPool.
- busyWorkersNumber of currently busy workers in this worker pool.
- notificationCountNumber of the new worker pool notifications.
- workers[Worker!]!List of workers belonging to this WorkerPool.
- workersCountCount of workers.
- Search workers belonging to this WorkerPool.
- Search workers suggestions belonging to this WorkerPool.
- usersCountCount of users on the public worker pool workers for this account.
- Search stacks/modules using this WorkerPool.
- Search stacks/modules suggestions using this WorkerPool.
- queuedRunsCountCount of queued runs on the public worker pool workers for this account.
- schedulableRunsCountCount of schedulable runs on the worker pool workers for this account.
- Search Runs for this WorkerPool.
- Search Runs Suggestions for this WorkerPool.
- users[WorkerPoolUser!]!List of users (modules or stacks) of this WorkerPool. It will return an empty result for the public worker pool.
- labelsLabels applied to a WorkerPool.
- workerPoolWorkerPool!Compatibility