v13.5.0
The Bus Dispatcher reads $command->delay directly instead of using getAttributeValue() with Delay::class, meaning #[Delay(30)] on job classes has no effect when dispatched via the Bus. The queue name already uses getAttributeValue — delay should too.