- πΈπ°Slovakia kaszarobert
Right now the module processes all the content's latest revision where there's a transition saved and the transition date is in the past. It does not collect them to queue, during cron run it requests from the database which contents to process right now. Leaving invalid transitions there would mean the same exact contents would be loaded and skipped during cron run again and again and again with nothing happening to them.
So for your proposal to work, the module would needed to be rewritten to using queues. You might just check out other scheduling modules instead.