Rulvar API reference / @rulvar/rulvar / AdmitRunUnitInput
Interface: AdmitRunUnitInput
Defined in: packages/core/dist/index.d.ts
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
generation | string | - | packages/core/dist/index.d.ts |
resolvedTenant? | string | - | packages/core/dist/index.d.ts |
scope? | AdmissionScopeDimensions | - | packages/core/dist/index.d.ts |
signal? | AbortSignal | The run's cancel signal (RV4804): host abort and the run deadline both ride it (requestCancel), so an abort while queued ends the wait instead of polling a dead run's ticket forever. | packages/core/dist/index.d.ts |
telemetry? | { emit: void; } | The run's event sink (RV4804): renew failures and a lost lease are environmental facts worth announcing; absent, the bracket stays silent exactly as before. | packages/core/dist/index.d.ts |
telemetry.emit | void | - | packages/core/dist/index.d.ts |
tenantFromScope? | boolean | - | packages/core/dist/index.d.ts |
unitId | string | - | packages/core/dist/index.d.ts |