Spiral Modules Jobs Versions Save

RoadRunner: Background PHP workers, Queue brokers

v2.1.0

4 years ago
  • added automatic CS fixing
  • bumper the minimum PHP version to 7.2
  • split HandlerInterface into HandlerInterface and SerializerInterface
  • added SerializerRegistryInterface

v2.0.1

4 years ago
  • rr server is no longer required to push jobs into the queue

v2.0.0

4 years ago
  • 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

4 years ago
  • added ability to expose job metrics into Prometheus

v1.1.3

4 years ago
  • ability to work in produce only mode (based on empty command)

v1.1.2

4 years ago
  • ability to work in produce only mode

v1.1.1

5 years ago
  • updated jobs cmd namespace

v1.1.0

5 years ago
  • 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

5 years ago
  • more reliable pipeline location

v1.0.7

5 years ago
  • polishing stop sequence for local queue