Optionalengine?: HotMeshEngineOptionalevents?: types/system_eventsOptionalguid?: stringOptionallogger?: ILoggerOptionallogOptionalname?: stringOptionalnamespace?: stringOptionaltaskTask queue identifier used for connection pooling optimization. When multiple engines/workers share the same task queue and database configuration, they will reuse the same connection instead of creating separate ones. This is particularly useful for PostgreSQL providers to reduce connection overhead.
Optionalworkers?: HotMeshWorker[]
Optional system-event sink. When provided, the engine calls
events.publishpost-commit for each durable transition it performs (escalation lifecycle, engine start/stop, deploy). Fire-and-forget.