Skip to content

Releases: usemarkup/JobQueueBundle

8.2.2

Choose a tag to compare

@oantonelli oantonelli released this 14 Nov 14:43
3bbc594
Merge pull request #110 from usemarkup/release/8.2.2

fix: improve error logging

8.2.1

Choose a tag to compare

@oantonelli oantonelli released this 18 May 07:45
90bc4ca
Merge pull request #109 from usemarkup/feat/command_name

feat: add command name to invalid argument type error

8.2.0

Choose a tag to compare

@oantonelli oantonelli released this 02 Mar 16:22
56eb3ea
  • 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

Choose a tag to compare

@danieloraca danieloraca released this 03 Dec 10:46
36ca482
feat: option to enable or disable jobs

7.1.1

Choose a tag to compare

@gsdevme gsdevme released this 14 Sep 21:20
a9a0977
Merge pull request #105 from usemarkup/fix/add-native-argument-suppor…

7.0.2

Choose a tag to compare

@gsdevme gsdevme released this 09 Jul 22:21
fix: ensure jobs are deleted based on ttl

7.0.1

Choose a tag to compare

@gsdevme gsdevme released this 09 Jul 21:27
fix: correct bad merge

6.0.9

Choose a tag to compare

@gsdevme gsdevme released this 09 Jul 00:32
7bf0c51
feat: remove opinionated configuration to allow either option

6.0.8

Choose a tag to compare

@gsdevme gsdevme released this 01 Jul 18:02
build: dont allow <1.0.2

6.0.7

Choose a tag to compare

@gsdevme gsdevme released this 31 Mar 16:41
perf: add indexes for job_log table