t3n/flow-healthstatus

Last activity 25 Aug 2023 6 3 28392
composer require t3n/flow-healthstatus

Flow Framework package to check the health status of you application

2.3.0

Version
2.3.0
Type
neos-package
Release Date
Jan 12, 2021 07:31
Source
git
Distribution
zip
Requires
  • neos/flow: ~6.0 || ^7.0
Requires (dev)
  • t3n/coding-standard: ~1.0.0
MIT a726bdaaf4498de2df8b30d58abe54f3a2a9e676

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.

Usage

To determine the current health status of your application you can check wether the app is ready or still alive.

Readiness

Simply 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 content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 11 package(s).