You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured I'd ask here. I have a docker app that has a tendancy to eventually crash after running for a while. I'm poking the developer about it but haven't made any progress.
What I'm wondering is if there's some sort of "launch on load" thing?
open the web url associated with the app, which npm or a 3rd party monitors instead
npm or a third party component restarts the app's docker image, and ensures it loads
npm or 3rd party proxies the app so that it loads from that url
ideally npm or the 3rd party would offer a login page (optional), be able to detect if the app is responding or not, and if it isn't pull up a loading page while it forces the app to restart
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I figured I'd ask here. I have a docker app that has a tendancy to eventually crash after running for a while. I'm poking the developer about it but haven't made any progress.
What I'm wondering is if there's some sort of "launch on load" thing?
ideally npm or the 3rd party would offer a login page (optional), be able to detect if the app is responding or not, and if it isn't pull up a loading page while it forces the app to restart
Beta Was this translation helpful? Give feedback.
All reactions