pub async fn fetch_next(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
) -> Result<Vec<Task<CompactType, SqlContext, Ulid>>, Error>Expand description
Fetch the next batch of tasks from the sqlite backend
pub async fn fetch_next(
pool: SqlitePool,
config: Config,
worker: WorkerContext,
) -> Result<Vec<Task<CompactType, SqlContext, Ulid>>, Error>Fetch the next batch of tasks from the sqlite backend