TypeOrmHealthIndicator
The TypeOrmHealthIndicator contains health indicators which are used for health checks related to TypeOrm
class TypeOrmHealthIndicator {
pingCheck<Key extends string>(key: Key, options: TypeOrmPingCheckSettings = {}): Promise<HealthIndicatorResult<Key>>
}
Methods
pingCheck() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Checks if responds in (default) 1000ms and returns a result object corresponding to the result |
|||||||||
Parameters
Examples
Returns
|