By pavanreigns1
Hello, I was looking through the node-corn tutorial, and my project has a similar use case, I just wanted to know that whether my server should be running 24/7 to server these type of automation apps that uses similar library or concepts such as node-corn, or can I use a serverless function that servers only when there’s a request.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
It really depends on the specific implementation that you want to have. If you are running the cron jobs on the same server as your main app, then you could leave the server running as normal.
If you only need to execute the job one time and do a specific action, then in this case you could shut down the server.
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.