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

1.1.0

Version
1.1.0
Type
neos-package
Release Date
Jan 06, 2020 12:10
Source
git
Distribution
zip
Requires
  • neos/flow: ~4.3 || ~5.0
Requires (dev)
  • t3n/coding-standard: ~1.0.0
MIT 7fdb0304fd7b0f52b9f0d81e7831c2f0cb642aea

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).