scheduled_tasks


Columns

Column Type Size Nulls Auto Default Children Parents Comments
task_name text 2147483647 null
task_instance text 2147483647 null
task_data bytea 2147483647 null
execution_time timestamptz 35,6 null
picked bool 1 null
picked_by text 2147483647 null
last_success timestamptz 35,6 null
last_failure timestamptz 35,6 null
consecutive_failures int4 10 null
last_heartbeat timestamptz 35,6 null
version int8 19 null

Indexes

Constraint Name Type Sort Column(s)
scheduled_tasks_pkey Primary key Asc/Asc task_name + task_instance

Relationships