Releases: usemarkup/JobQueueBundle
Releases · usemarkup/JobQueueBundle
8.2.2
8.2.1
Merge pull request #109 from usemarkup/feat/command_name feat: add command name to invalid argument type error
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
8.0.0: Merge pull request #106 from usemarkup/feat/enable-recurring-jobs
feat: option to enable or disable jobs