Footprints Data Model

Table
Name job_schdlr_cfg
Comment
An instance of job scheduler used for background job execution.  Currently, the
Quartz job scheduler is used.  Usually one instance is sufficient.

Column
Name Datatype Comment Is PK Is FK
job_schdlr_cfg_id bigint The automatically generated primary key of the job_schdlr_cfg table. Yes No
svc_host_name varchar(255) The name or IP address of the host machine. No No
svc_port int TCPIP port. No No
job_schdlr_instc_id varchar(255) An alternate automatically generated key of the job_schdlr_cfg table. No No
job_schdlr_dflt_interrupt bit Default for boolean to interrupt long running jobs. No No
job_schdlr_dflt_max_wait bigint Maximum wait time before interruption. No No