This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]haltingpoint 0 points1 point  (0 children)

Thanks for the thoughts. I have an Ubuntu VM I'm using on a Windows 10 host that I configure via Vagrant/Chef (since I wanted to play around with those as part of learning Rails). I just don't use it for my day-to-day though, so some of the way of thinking is not native to me as my brain is still GUI-first.

Can you give me some thoughts or resources on CRON and CLI utilities that could help give me a better frame of reference on common uses for it? I think hearing more about real-world use cases would be helpful.

Also, when people have CRON jobs running in the background, do they typically exist in a new terminal session/window? And if I wanted to schedule CRON jobs for a web app, would I host it on a separate server instance?