FlowFuse / nr-launcher

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

User defined health check interval #228

Closed Steve-Mcl closed 3 months ago

Steve-Mcl commented 4 months ago

Description

allow health poll interval to be set via user setting

NOTES:

Adds tests:

  Launcher
    ✔ should create a new launcher
    health check
      ✔ has a default value
      ✔ can be set by user
      ✔ cannot be less than 1 second

Related Issue(s)

https://github.com/FlowFuse/nr-launcher/issues/227

TODO

Checklist

Labels

knolleary commented 3 months ago

We can merge this PR - but the individual driver PRs can be rejected as we don't need to spread the logic out to them all - see https://github.com/FlowFuse/flowfuse/issues/3578#issuecomment-2088639066