pub async fn keep_alive(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
) -> Result<(), Error>Expand description
Send a keep-alive signal to the database to indicate that the worker is still active
pub async fn keep_alive(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
) -> Result<(), Error>Send a keep-alive signal to the database to indicate that the worker is still active