There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Job

TABLE: jobs

ACCESSORS

job_pi

data_type: 'integer'
is_auto_increment: 1
is_nullable: 0

submission_fk

data_type: 'integer'
is_foreign_key: 1
is_nullable: 0

job_scheduler_id

data_type: 'text'
is_nullable: 1

start_time

data_type: 'text'
is_nullable: 0

exit_time

data_type: 'text'
is_nullable: 0

duration

data_type: 'text'
is_nullable: 1

jobs_meta

data_type: 'text'
is_nullable: 1

job_name

data_type: 'text'
is_nullable: 1

PRIMARY KEY

RELATIONS

submission_fk

Type: belongs_to

Related object: HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Submission

tasks

Type: has_many

Related object: HPC::Runner::Command::Plugin::Logger::Sqlite::Schema::Result::Task