nestjs-temporal-core
Preparing search index...
ScheduleServiceHealth
Interface ScheduleServiceHealth
Schedule service health
interface
ScheduleServiceHealth
{
details
:
Record
<
string
,
unknown
>
;
isInitialized
:
boolean
;
lastError
?:
string
;
schedulesCount
:
number
;
status
:
"healthy"
|
"unhealthy"
|
"degraded"
;
}
Index
Properties
details
is
Initialized
last
Error?
schedules
Count
status
Properties
details
details
:
Record
<
string
,
unknown
>
is
Initialized
isInitialized
:
boolean
Optional
last
Error
lastError
?:
string
schedules
Count
schedulesCount
:
number
status
status
:
"healthy"
|
"unhealthy"
|
"degraded"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
is
Initialized
last
Error
schedules
Count
status
nestjs-temporal-core
Loading...
Schedule service health