Skip to content

Releases: usemarkup/JobQueueBundle

8.2.2

14 Nov 14:43
3bbc594

Choose a tag to compare

Merge pull request #110 from usemarkup/release/8.2.2

fix: improve error logging

8.2.1

18 May 07:45
90bc4ca

Choose a tag to compare

Merge pull request #109 from usemarkup/feat/command_name

feat: add command name to invalid argument type error

8.2.0

02 Mar 16:22
56eb3ea

Choose a tag to compare

  • 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

03 Dec 10:46
36ca482

Choose a tag to compare

7.1.1

14 Sep 21:20
a9a0977

Choose a tag to compare

Merge pull request #105 from usemarkup/fix/add-native-argument-suppor…

7.0.2

09 Jul 22:21

Choose a tag to compare

fix: ensure jobs are deleted based on ttl

7.0.1

09 Jul 21:27

Choose a tag to compare

fix: correct bad merge

6.0.9

09 Jul 00:32
7bf0c51

Choose a tag to compare

feat: remove opinionated configuration to allow either option

6.0.8

01 Jul 18:02

Choose a tag to compare

build: dont allow <1.0.2

6.0.7

31 Mar 16:41

Choose a tag to compare

perf: add indexes for job_log table