lusiana
This is a major release because the reschedule and document pick have changed their behavior.
Document pick "sees" a document that is scheduled exactly on "now()".
Rescheduling a document in the past sets its status to pending, so that document is available for picking without the need for a maintenance loop.
That should be a crazy performance improvement!
doc_reschedule()
is able to setstatus=1
when a document is rescheduled in the past (or present)doc_pick()
picks documents that are scheduled atNOW()