This release introduces:
- Change of initial job start, from 'Database.executeBatch()' to scheduling it in 1 minute in the future, due to issues related when using Queueable Jobs in Batches. Full explanation can be found here.
- New ScheduleableBuilder method
skipWhenAlreadyScheduled()
that allows scheduling only if the job with the same name is not already scheduled. More info here. - Minor enhancements.