ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling/obsched scheduler state
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Contents |
obsched_scheduler_state
- Name:obsched_scheduler_state
- Classname:OBSCHEDSchedulerState
This table contains the following columns:
Name | Nullable | Data Type | Description
|
Checkin_Interval | No | DECIMAL (13,0) | Time in milliseconds when a scheduler will check if the rest of schedulers are still alive in a clustered environment. It will also mark itself as still alive. |
Instance_Name | No | VARCHAR (200) | |
Last_Checkin_Time | No | DECIMAL (13,0) | Timestamp of the last time the scheduler has checked in to the database. |
Obsched_Scheduler_State_ID | No | VARCHAR (32) | |
Sched_Name | No | VARCHAR (120) | Quartz scheduler name. In non-clustered environment it's "NON-CLUSTERED".
In a clustered environment it usually matches the machine.name of the cluster instance. |
Status | No | VARCHAR (10) | Status of the scheduler instance:
STANDBY: The scheduler is not executing jobs STARTED: The scheduler is active and executing jobs |
Columns
Checkin_Interval
- Physical column name: Checkin_Interval
- Property Name: checkinInterval
- Reference: Integer
Instance_Name
- Physical column name: Instance_Name
- Property Name: instanceName
- Reference: String
- This column is part of the table's identifier
Last_Checkin_Time
- Physical column name: Last_Checkin_Time
- Property Name: lastCheckinTime
- Reference: Integer
Obsched_Scheduler_State_ID
- Physical column name: Obsched_Scheduler_State_ID
- Property Name: id
- Reference: ID
Sched_Name
- Physical column name: Sched_Name
- Property Name: schedName
- Reference: String
Status
- Physical column name: Status
- Property Name: status
- Reference: String
- Default value: STANDBY
Other Info
![]() | Back to org.openbravo.model.scheduling |