mricardi Posted October 3, 2024 Posted October 3, 2024 (edited) Hi Guys, I’ve been thinking a way to schedule the shutdown and startup of my app at specific times of the day for example, at night, I won’t be working on my app, so I could shut it down to reduce resource consumption, and then start it up again in the morning to continue working on it. I think I have an idea of how to schedule the shutdown, but I’m not sure how to automate the startup. My idea was to create a scheduled task to run the command "node app.js", but I’m not sure if it’s the best approach Do you have any recommendations? Edited October 3, 2024 by mricardi
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now