t3n/flow-healthstatus
composer require t3n/flow-healthstatus
Flow Framework package to check the health status of you application
2.2.0
Readme excerpt
t3n.Flow.HealthStatus
Package to check the health status of a flow application.
It's extremly useful in a kubernetes environment to use with readiness and liveness probe to determine if a pod can serve traffic and if it is still alive.
UsageTo determine the current health status of your application you can check wether the app is ready or still alive.
ReadinessSimply execute the flow command ./flow app:isready.
This will execute all tests defined in the t3n.Flow.HealthStatus.testChain of the Settings.yaml. If all tests have passed, the readyChain tasks will be executed.
After a successfully run of the readyChain an internal lock will be set…
Read more
The same vendor provides 11 package(s).