Skip to main content

keep_alive

Function keep_alive 

Source
pub async fn keep_alive<E>(
    conn: &mut E,
    queue: &str,
    worker: &WorkerContext,
) -> Result<(), Error>
where for<'e> &'e mut E: Executor<'e, Database = Postgres>,
Expand description

Heartbeat for denoting liveliness of workers