pub async fn insert<'e, E>( executor: E, args: &impl JobArgs, ) -> Result<JobRow, AwaError>where E: PgExecutor<'e>,
Insert a job with default options.