-
Notifications
You must be signed in to change notification settings - Fork 66
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
Improve Error Notification for Insufficient Memory during npm Module Installation #3630
Comments
part of FlowFuse/flowfuse#3630 This is a first itteration to record the exit codes. Still needs more customer friendly message
Adding extra memory to k8s deployments that can only be used for npm in FlowFuse/driver-k8s#145 But also needs some better UX in Node-RED -> node-red/node-red#4622 |
Need to decide what to do with this one, FlowFuse/driver-k8s#145 is merged and deployed to production. I need to find some more time on node-red/node-red#4622 |
Working on: node-red/node-red#4622 This turned out to not be a timeout in NR, but in the nginx reverse proxy. The default timeout for the proxy is 60 seconds. I don't want to change this as it would present a DOS target. I have opened a PR for NR to add a notification if the POST is closed before the install is complete, and allow the user to open the event log to see the progress or to just allow the install to continue in the background. |
@hardillb whats' the status on this, not seen any activity for a couple of weeks in here? |
Update from @hardillb: PR for NR 4.0 is merged, not sure if released into a beta yet |
@hardillb can you include a screenshot here to show that:
has been satisfied if running a NR4.0 instance please? |
Not 100% The current state is
|
Okay, so is there any outsanding work to be done on this item, or are we drawing a line under it as is, and moving forward? |
I think we close this for now |
Epic
#626
Description
As a FlowFuse user,
I want to receive a clear and informative notification when an npm module installation fails due to insufficient memory,
So that I can understand the cause of the failure and take appropriate action to upgrade my instance to medium or higher to prevent future installation issues.
Which customers would this be availble to
Everyone - CE/Starter/Team/Enterprise
Acceptance Criteria
Task List
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: