workers_limits

Limits to apply for this Worker.

APIs.ioEngineeringPlatform

Properties

Name Type Description
cpu_ms integer The amount of CPU time this Worker can use in milliseconds.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-workers-limits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/workers_limits",
  "title": "workers_limits",
  "description": "Limits to apply for this Worker.",
  "properties": {
    "cpu_ms": {
      "description": "The amount of CPU time this Worker can use in milliseconds.",
      "example": 50,
      "type": "integer"
    }
  },
  "type": "object"
}