Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Releases: spiral-modules/jobs

v2.1.0

17 Dec 08:21
Compare
Choose a tag to compare
  • added automatic CS fixing
  • bumper the minimum PHP version to 7.2
  • split HandlerInterface into HandlerInterface and SerializerInterface
  • added SerializerRegistryInterface

v2.0.1

18 Nov 14:16
4477ae2
Compare
Choose a tag to compare
  • rr server is no longer required to push jobs into the queue

v2.0.0

23 Sep 13:09
e8a6b55
Compare
Choose a tag to compare
  • Jobs are no longer carry its own data
  • stateless JobHandler introduced
  • job handler is able to process job payload via custom serialization strategy

v1.1.4

06 Sep 12:32
Compare
Choose a tag to compare
  • added ability to expose job metrics into Prometheus

v1.1.3

21 Jun 08:26
Compare
Choose a tag to compare
  • ability to work in produce only mode (based on empty command)

v1.1.2

21 Jun 08:05
Compare
Choose a tag to compare
  • ability to work in produce only mode

v1.1.1

21 May 08:42
Compare
Choose a tag to compare
  • updated jobs cmd namespace

v1.1.0

19 May 11:03
Compare
Choose a tag to compare
  • added support for server controllers (limit service in rr build) - worker timeouts and etc
  • additional checks to prevent double stops
  • removed kr/beanstalkd dependency

v1.0.8

02 May 09:12
0c9b5ab
Compare
Choose a tag to compare
  • more reliable pipeline location

v1.0.7

25 Mar 09:11
7353bb7
Compare
Choose a tag to compare
  • polishing stop sequence for local queue