-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Instance Health Check interval to be configured #3578
Comments
Questions
|
@Steve-Mcl I think env var approach would be a good quick iteration in terms of implementation. A second iteration that adds options in the settings for this could then just cause those env vars to be set under the covers. If we don't do the UI piece, it will be critical to have clear, discoverable documentation about the setting. I don't think adding the UI piece is a huge overhead here, so I'd suggest see if you can timebox that piece to a couple hours at most once the base env var parts are done. In terms of what settings, |
In the design phase, I tried the env var approach and discovered the UX is sub optimal in that the container needs to be suspended (destroyed) in order for it to pick up any change of value. This is actually not necessary since we pass settings to |
@Steve-Mcl I've taken a second look at this and I don't see any need to update all the drivers. We can centralise it in the The driver settings are intended to be the driver-specific things that need setting differently depending on the needs of the driver. |
Hmmm, good point. i think since this work started out as a Env Vars I got trapped in that route. Will pull everything tomorrow and revisit. |
@Steve-Mcl status report please? Is #3715 the only outstanding item here? |
#3715 (PR #3716) is the only item to be merged. There was some re-work as requested and carried out on the drivers. Ready for final review/merge at any time. |
Description
As a FlowFuse admin
I would like to be able to set the timeout on the healthcheck
So that I can run large blocking workloads without nr-launcher killing the process.
Which customers would this be available to
Everyone - CE/Starter/Team/Enterprise
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
Requested by: https://app-eu1.hubspot.com/contacts/26586079/record/0-3/10928370628/
Update driversAllow Instance Health Check interval to be configured driver-localfs#123Allow Instance Health Check interval to be configured driver-docker#91Allow Instance Health Check interval to be configured driver-k8s#149The text was updated successfully, but these errors were encountered: