events.iterate.com

Event type

events.iterate.com/project/worker-updated

The platform successfully built, loaded, and probed the current default project worker, during creation or after a later config repo commit. This is the userspace configuration lifecycle hook; the raw trusted seed commit is not translated.

Payload schema

commitOidstring

The config-repo commit associated with the readiness certificate.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "commitOid": {
      "type": "string",
      "minLength": 1,
      "description": "The config-repo commit associated with the readiness certificate."
    }
  },
  "required": [
    "commitOid"
  ]
}