pub async fn fetch_next(
db: &'static Database,
config: &Config,
worker: &WorkerContext,
) -> Result<Vec<Task<CompactType, SqlContext, Ulid>>, LibsqlError>Expand description
Fetch the next batch of tasks from the database
pub async fn fetch_next(
db: &'static Database,
config: &Config,
worker: &WorkerContext,
) -> Result<Vec<Task<CompactType, SqlContext, Ulid>>, LibsqlError>Fetch the next batch of tasks from the database