

Public Member Functions | |
| __init__ (self, psycopg.Connection conn, timeout_sec=30.0) | |
| complete (self) | |
| run (self) | |
Public Attributes | |
| exit | |
| conn | |
| timeout_sec | |
| dt_sec | |
Static Public Attributes | |
| float | dt_sec = 0.1 |
Definition at line 37 of file dbIngest.py.
| dbIngest.QueryCancellationWatchdog.__init__ | ( | self, | |
| psycopg.Connection | conn, | ||
timeout_sec = 30.0 |
|||
| ) |
Definition at line 39 of file dbIngest.py.
| dbIngest.QueryCancellationWatchdog.complete | ( | self | ) |
Definition at line 44 of file dbIngest.py.
References dbIngest.QueryCancellationWatchdog.exit.
| dbIngest.QueryCancellationWatchdog.run | ( | self | ) |
Definition at line 46 of file dbIngest.py.
References dbIngest.QueryCancellationWatchdog.exit, and dbIngest.QueryCancellationWatchdog.timeout_sec.
| dbIngest.QueryCancellationWatchdog.conn |
Definition at line 41 of file dbIngest.py.
|
static |
Definition at line 38 of file dbIngest.py.
| dbIngest.QueryCancellationWatchdog.dt_sec |
Definition at line 49 of file dbIngest.py.
| dbIngest.QueryCancellationWatchdog.exit |
Definition at line 40 of file dbIngest.py.
Referenced by dbIngest.QueryCancellationWatchdog.complete(), and dbIngest.QueryCancellationWatchdog.run().
| dbIngest.QueryCancellationWatchdog.timeout_sec |
Definition at line 42 of file dbIngest.py.
Referenced by dbIngest.QueryCancellationWatchdog.run().