spiral / queue
Spiral: Jobs and Queue
3.7.1
2023-04-21 14:43 UTC
Requires
- php: >=8.1
- ext-json: *
- doctrine/inflector: ^1.4|^2.0
- psr/event-dispatcher: ^1.0
- ramsey/uuid: ^4.2.3
- spiral/attributes: ^2.8|^3.0
- spiral/core: ^3.7.1
- spiral/hmvc: ^3.7.1
- spiral/serializer: ^3.7.1
- spiral/snapshots: ^3.7.1
- spiral/telemetry: ^3.7.1
Requires (Dev)
- doctrine/annotations: ^1.12 || ^2.0
- mockery/mockery: ^1.5
- phpunit/phpunit: ^9.5.20
- spiral/boot: ^3.7.1
- vimeo/psalm: ^5.9
README
Documentation | Framework Bundle
Features
- supports in memory queue, Beanstalk, AMQP, AWS SQS
- can work as standalone application or as part of RoadRunner server
- multiple pipelines per application
- durable (prefetch control, graceful exit, reconnects)
- automatic queue configuration
- plug-and-play PHP library (framework agnostic)
- delayed jobs
- job level timeouts, retries, retry delays
- PHP and Golang consumers and producers
- per pipeline stop/resume
- interactive stats, events, RPC
- works on Windows
License:
MIT License (MIT). Please see LICENSE
for more information. Maintained by Spiral Scout.