Report this

What is the reason for this report?

Does the server needs to active to server apps built with node-corn or similar libraries?

Posted on March 12, 2021

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.