SqliteTask

Type Alias SqliteTask 

Source
pub type SqliteTask<Args> = Task<Args, SqlContext, Ulid>;
Expand description

Type alias for a task stored in sqlite backend

Aliased Type§

pub struct SqliteTask<Args> {
    pub args: Args,
    pub parts: Parts<SqlContext, Ulid>,
}

Fields§

§args: Args

The argument task part

§parts: Parts<SqlContext, Ulid>

Parts of the task eg id, attempts and context