pub type PgTask<Args> = Task<Args, PgContext, Ulid>;Expand description
Apalis task stored in PostgreSQL.
Aliased Type§
pub struct PgTask<Args> {
pub args: Args,
pub parts: Parts<SqlContext<Pool<ConnectionManager<PgConnection>>>, Ulid>,
}Fields§
§args: ArgsThe argument task part
parts: Parts<SqlContext<Pool<ConnectionManager<PgConnection>>>, Ulid>Parts of the task eg id, attempts and context