No, but what @karlgotbread has asked for does not make sense to me.
@karlgotbread, you can only click the Deploy button if you have a modified flow that you wish to send from the browser to the node-red server, so can you describe in more detail exactly what you are trying to achieve?
I know that the Deploy button is normally used only when the flow has been modified in the editor.
However, in my case, I’m using ui_template widgets with custom JavaScript and custom charts on Dashboard 1.0, and sometimes the dashboard does not initialize correctly (especially after long runtimes, or after switching between different dashboards).
The only thing that consistently fixes the issue is pressing Deploy, even if nothing has changed in the flow.
This is why I’m trying to achieve an automatic “deploy-like” refresh every day at a precise time (for example at 8:00 PM), without having to touch the editor.
I’m not trying to push modified flows, I just want to force Node-RED to reload the UI and reinitialize the dashboard components automatically.
You cannot press Deploy if nothing has changed, it is not enabled.
From the failure state check whether anything is consuming large amounts of CPU. The problem you have sounds exactly like what one would see if you are loading up charts with many thousands of data points, in which case either the node-red server or the browser (or both) may hang up using large amounts of CPU.