Skip to content

Releases: uafrica/delayed-jobs

v10.3.0

29 Mar 11:21
44178ef
Compare
Choose a tag to compare

This release causes the run command to output peak memory usage after a job has completed.

v10.2.0

29 Mar 11:20
c7f15e6
Compare
Choose a tag to compare

This releases adds a configuration option that determines how old job records must be before being archived.

v10.1.1

18 Nov 07:54
192b00e
Compare
Choose a tag to compare

This release does some cleanup of various CI processes, and changes the order that job completion code is run.

This ensures that the job's result is persisted to the datastore before ack is sent to the broker.

v10.1.0

18 Sep 12:17
2216e7e
Compare
Choose a tag to compare

Adds support for doing paginated archiving. Requires the lampager/lampager-cakephp package to be installed to use paginating.

v10.0.0

24 Apr 08:50
8a78c3a
Compare
Choose a tag to compare

CakePHP 4 compatible release

v9.0.2

21 Oct 12:49
Compare
Choose a tag to compare
Use connection timeout name

v9.0.1

21 Oct 09:08
c88b9a6
Compare
Choose a tag to compare

Increase heartbeat to 5 minutes

Version 7.3.1

12 Oct 09:36
4a2e722
Compare
Choose a tag to compare

Fixes the handling of signals so that currently executing jobs are correctly finished before shutting down the worker.

Version 7.0.2

23 Aug 14:00
Compare
Choose a tag to compare

Update deprecated method calls.

Version 7.0.1

23 Aug 13:58
Compare
Choose a tag to compare

Small type-hinting fix