Releases: spiral-modules/jobs
Releases · spiral-modules/jobs
v2.1.0
- added automatic CS fixing
- bumper the minimum PHP version to 7.2
- split HandlerInterface into HandlerInterface and SerializerInterface
- added SerializerRegistryInterface
v2.0.1
- rr server is no longer required to push jobs into the queue
v2.0.0
- 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
- added ability to expose job metrics into Prometheus
v1.1.3
- ability to work in produce only mode (based on empty command)
v1.1.2
- ability to work in produce only mode
v1.1.1
- updated jobs cmd namespace
v1.1.0
- 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
- more reliable pipeline location
v1.0.7
- polishing stop sequence for local queue