View source | Discuss this page | Page history | Printable version   

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.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.scheduling


Contents

obsched_scheduler_state

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



top


Instance_Name


top


Last_Checkin_Time



top


Obsched_Scheduler_State_ID



top


Sched_Name



top


Status



top


Other Info

Back button.png   Back to org.openbravo.model.scheduling

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.scheduling/obsched_scheduler_state"

This page has been accessed 459 times. This page was last modified on 14 September 2020, at 01:58. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.