API
 
Loading...
Searching...
No Matches
dbIngest.dbIngestConfig Class Reference
Inheritance diagram for dbIngest.dbIngestConfig:
Inheritance graph
Collaboration diagram for dbIngest.dbIngestConfig:
Collaboration graph

Static Public Attributes

str proclist = xconf.field(default="/opt/MagAOX/config/proclist_%s.txt", help="Path to process list file, %s will be replaced with the value of $MAGAOX_ROLE (or an empty string if absent from the environment)")
 
float query_timeout_sec = xconf.field(default=30.0, help="Number of seconds after which to (attempt to) cancel an insert query under the assumption the connection's gone bad")
 
str logdump_exe = xconf.field(default="/opt/MagAOX/bin/logdump", help="logdump (a.k.a. teldump) executable to use")
 

Detailed Description

Definition at line 121 of file dbIngest.py.

Member Data Documentation

◆ logdump_exe

str dbIngest.dbIngestConfig.logdump_exe = xconf.field(default="/opt/MagAOX/bin/logdump", help="logdump (a.k.a. teldump) executable to use")
static

Definition at line 124 of file dbIngest.py.

◆ proclist

str dbIngest.dbIngestConfig.proclist = xconf.field(default="/opt/MagAOX/config/proclist_%s.txt", help="Path to process list file, %s will be replaced with the value of $MAGAOX_ROLE (or an empty string if absent from the environment)")
static

Definition at line 122 of file dbIngest.py.

◆ query_timeout_sec

float dbIngest.dbIngestConfig.query_timeout_sec = xconf.field(default=30.0, help="Number of seconds after which to (attempt to) cancel an insert query under the assumption the connection's gone bad")
static

Definition at line 123 of file dbIngest.py.


The documentation for this class was generated from the following file: