Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@Mateusz7410 Mateusz7410 released this 01 Oct 09:21

This release introduces:

  1. 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.
  2. New ScheduleableBuilder method skipWhenAlreadyScheduled() that allows scheduling only if the job with the same name is not already scheduled. More info here.
  3. Minor enhancements.