Ben Hardill

Results 543 comments of Ben Hardill

Are you sure you have restarted the Node-RED instance that is actually running? If the editor is still reporting 2.2.3 after reloading the editor then that is what is actually...

Looks like this might be relevant https://github.com/slackapi/slack-github-action/releases#variable-replacements-no-longer-happen-by-default Need to set an extra option to get variables in payloads expanded `payload-templated: true`

Having a quick look does this need `servername?: string;` adding to `HttpsOptions` here? https://github.com/sindresorhus/got/blob/a359bd385129d2adbc765b52dfbbadac5f54a825/source/core/options.ts#L433C13-L433C25

My TypeScript really isn't good enough to know for sure, but any chance of a yay/neigh on my previous comment, happy to submit a PR if I know I'm going...

Limits for this (on platforms that support it) will be controlled by Project Stacks and covered by #285 Do we still need this epic now we have #285?

@joepavitt CPU & Memory is to be worked out, it may vary based on environment, but assume we have some history There is no Storage (and I will be very...

That is a separate question

We currently have the nr-launcher gather memory and CPU information in order to generate the 75% for more than 5min alerts. We do not currently have a way to expose...

As an extra, we have a prometheus data URL for each hosted NR instance, but polling this from the forge app to gather data directly for 100s (or 1000s) of...

> So, to clarify, right now we have CPU data for each Node-RED instance at 10 second intervals, for the last 5 minutes? Yes, but it is not currently available...