fixedRate schedules the next run based on the start time of the previous run (can overlap if too slow). fixedDelay schedules based on the completion time of the previous run (no overlap). cron lets you use cron expressions for calendar‑based schedules.