Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / AdmitRunUnitInput

Interface: AdmitRunUnitInput

Defined in: packages/core/dist/index.d.ts

Properties

PropertyTypeDescriptionDefined in
generationstring-packages/core/dist/index.d.ts
resolvedTenant?string-packages/core/dist/index.d.ts
scope?AdmissionScopeDimensions-packages/core/dist/index.d.ts
signal?AbortSignalThe 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.emitvoid-packages/core/dist/index.d.ts
tenantFromScope?boolean-packages/core/dist/index.d.ts
unitIdstring-packages/core/dist/index.d.ts