8.2.0
- Updates the ScheduledJobRepository to avoid getting it from the container, the repository can be now fetched from the service Markup\JobQueueBundle\Entity\Repository\ScheduledJobRepository
- It also adds the new methods isJobScheduledWithinRange and hasUnQueuedDuplicate to the repository
- Remove use of the ScheduledJobService