pub async fn push_tasks(
pool: SqlitePool,
cfg: Config,
buffer: Vec<SqliteTask<CompactType>>,
) -> Result<(), Arc<Error>>Expand description
Push a batch of tasks into the database
pub async fn push_tasks(
pool: SqlitePool,
cfg: Config,
buffer: Vec<SqliteTask<CompactType>>,
) -> Result<(), Arc<Error>>Push a batch of tasks into the database