Skip to main content

Interface: RuntimeOptions

worker.RuntimeOptions

Options used to create a Core runtime

Properties

logger

Optional logger: Logger

Custom logger for logging events from the SDK, by default we log everything to stderr at the INFO level. See https://docs.temporal.io/typescript/logging/ for more info.


shutdownSignals

Optional shutdownSignals: Signals[]

Automatically shut down workers on any of these signals.

Default

['SIGINT', 'SIGTERM', 'SIGQUIT', 'SIGUSR2']

telemetryOptions

Optional telemetryOptions: TelemetryOptions

Telemetry options for traces/metrics/logging