Skip to content

Releases: symbiote/silverstripe-queuedjobs

2.10.4

20 Jul 05:01
Compare
Choose a tag to compare

Fix defaultJobs active queue filtering and improve log messages.

2.10.3

19 Jul 01:15
Compare
Choose a tag to compare

Fix defaultJobs config now loads correctly.
Add SS_Log of missing job.
Change admin email queued_job_admin_email.
Update readme and default jobs check to use injector correctly.

4.0.4

11 Jul 01:27
Compare
Choose a tag to compare
FIX, replacing a deprecated class, since this statement doesn't need …

4.0.3

05 Jul 01:46
Compare
Choose a tag to compare

fix(QueuedJobService): When a job hits the "Job releasing memory and waiting" case and completed successfully, it would not run the 'afterComplete' logic.

2.10.2

05 Jul 01:46
Compare
Choose a tag to compare

fix(QueuedJobService): When a job hits the "Job releasing memory and waiting" case and completed successfully, it would not run the 'afterComplete' logic.

2.10.1

04 Jul 23:57
Compare
Choose a tag to compare
Merge pull request #132 from jonom/patch-1

Vendor update

2.10.0

03 Jul 02:10
Compare
Choose a tag to compare
Making inclusion-duration of finished jobs configurable

2.8.6

18 Aug 00:04
Compare
Choose a tag to compare
  • FIX Tests now use DB when needed (Daniel Hensby) - 91ff270
  • FIX CheckJobHealth only checks the health of jobs in the current queue (Daniel Hensby) - c5ea211

2.8.5

18 May 22:45
Compare
Choose a tag to compare
  • Update translations.
  • Remove CMS from composer dependencies.
  • Fix reference to queued job admin email
  • BUG Remove invalid backtraces from errcontext
  • Fix long job cron example in readme
  • Updating the "travis" build reference.

2.8.4

04 Feb 02:25
Compare
Choose a tag to compare
Add changelog