events.iterate.com

Event type

events.iterate.com/project/heartbeat-triggered

A project-owned Scheduler heartbeat fired. Userspace handles this lifecycle event directly in the config worker.

Payload schema

scheduleKeystring

The scheduler key whose heartbeat fired.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "scheduleKey": {
      "type": "string",
      "minLength": 1,
      "description": "The scheduler key whose heartbeat fired."
    }
  },
  "required": [
    "scheduleKey"
  ]
}