Schedule generic connector ping
schedule_generic_connector_ping¶
- Schema: public
- PK:
ping_id(uuid, defaultgen_random_uuid())
Older connector ping scheduler.
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| ping_id | uuid | NOT NULL | gen_random_uuid() | PK |
| base_id | uuid | NOT NULL | ||
| app_id | uuid | NOT NULL | ||
| internal_table_id | uuid | NOT NULL | ||
| process_start_time | timestamp | YES | ||
| process_end_time | timestamp | YES | ||
| frequency | bigint | NOT NULL | ||
| avg_processing_time | float8 | YES | ||
| inactive_reads | bigint | YES | 0 | |
| base_region | varchar | YES | ||
| options | jsonb | YES | ||
| max_concurrent_processes | bigint | YES |
Key indexes¶
schedule_generic_connector_ping_pkey-- PK onping_id