Recent deployments scheduler - schedules deployments that were updated very recently.This scheduler runs on a tight loop and ensures that runs from newly-created or
updated deployments are rapidly scheduled without waiting for the main scheduler.Note that scheduling is idempotent, so it’s okay for this scheduler to attempt
to schedule the same deployments as the main scheduler.