Rulvar API reference / @rulvar/rulvar / EngineAdmissionConfig
Interface: EngineAdmissionConfig
Defined in: packages/core/dist/index.d.ts
The createEngine admission configuration.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
pollMs? | number | Queued-wait poll interval when the scheduler names no retryAfterMs. | packages/core/dist/index.d.ts |
renewMs? | number | Lease renew cadence; default four polls. | packages/core/dist/index.d.ts |
reservation? | AdmissionReservation | The per-run reservation; default one wire. | packages/core/dist/index.d.ts |
scheduler | AdmissionScheduler | - | packages/core/dist/index.d.ts |
tenant? | string | The effective tenant, when the deployment runs admission without a quota limiter; a configured quota.tenant takes precedence so the two seams debit the SAME identity (RFC section 4.1). | packages/core/dist/index.d.ts |
tenantFrom? | "scope" | Mirrors quota.tenantFrom for limiter-less deployments. | packages/core/dist/index.d.ts |