petercoles / cluster-manager
Manage, scale and contract server clusters with PHP.
0.1.0
2016-06-28 14:10 UTC
Requires
- php: >=5.6.0
- guzzlehttp/guzzle: ~6.2
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5
This package is auto-updated.
Last update: 2024-10-17 18:43:55 UTC
README
Despite the goodness above, this project is at a very early stage of development, is missing key functionality and is not, yet, recommended for adoption.
It's aims are to provide a stepping stone for PHP applications expanding beyond a single server or new projects that will adopt a queue-driven clustered server architecture from the outset.
It's main features will be the ability to monitor queues and spin up (or down) worker servers to handle the queued jobs, as well as monitoring the health of the servers in the cluster and taking remedial action where needed.