FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
5 stars 6 forks source link

Provide better health check message when waiting for NR to start #215

Closed knolleary closed 6 months ago

knolleary commented 6 months ago

Fixes #213

If the health-check fails to ping Node-RED and we know NR is still starting, we will now log:

Node-RED health check: waiting for Node-RED to start

Rather than the more alarming 'failed' message.

Tested locally with a NR stack hacked to start slowly.