blunder_funny_sq.png


What Does the Scheduler Do in Agave?

The scheduler is the brain of Solana's Transaction Processing Unit (TPU)

Key Responsibilities:

Current Schedulers in Agave:

# Central Scheduler (dependency graphs)
--block-production-method central-scheduler

# Greedy Scheduler (no graphs)  
--block-production-method central-scheduler-greedy

Why Adaptive Scheduler?

Problem:

Solution: Adaptive Scheduling