pub async fn insert_with<'e, E>(
executor: E,
args: &impl JobArgs,
opts: InsertOpts,
) -> Result<JobRow, AwaError>where
E: PgExecutor<'e>,Expand description
Insert a job with custom options.
pub async fn insert_with<'e, E>(
executor: E,
args: &impl JobArgs,
opts: InsertOpts,
) -> Result<JobRow, AwaError>where
E: PgExecutor<'e>,Insert a job with custom options.