The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Mimosa::Schema::BCS::Result::Mimosa::Job - Mimosa Job

COLUMNS

mimosa_job_id

Auto-incrementing surrogate primary key.

sha1

SHA1 hash of the job parameters. This is used to identify duplicate job requests, or requests for jobs that are already running.

Not null, varchar(40).

start_time

When the job was submitted.

Not null, datetime.

end_time

When the job finished. NULL if still running.

user

User that submitted the job.

Nullable, varchar(64).