Possible, though I’d like to hear what actually happens. It looks like the scheduler gets its list here which does a SELECT here which (per SQL rules) comes out in no particular order because no ordering was requested, however if the database decides to use primary key order, then maybe it’s whatever ran and rescheduled first.