v0.10.1
StreamQueue::later() called createPayload() with three arguments, omitting $delay, so delayed jobs were dispatched with delay => null in their payload. Scheduling still worked via the :delayed ZSET score, but consumers reading $payload['delay'] saw null. Mirrors laravel/horizon#1759.