How to schedule tasks when computer is off

一世执手 提交于 2021-02-08 06:51:09

问题


I have a very basic question. I have built with R a script than can send me reports by email. I then used task scheduler to send those emails on specific times. But now I would like to automate more frequently these scripts (let's say every 2 hours) and to only receive an email when the alert I created in my script (a flag) is on, and this even when my pc is off. As task scheduler won't work, does that mean I need a server or something ? Does it have a cost ? I am complete newbie in that area. Thank you.


回答1:


Unfortunately, you would need a separate server for when your computer is off. I might suggest the Free Tier services from Amazon Web Services.



来源:https://stackoverflow.com/questions/47743415/how-to-schedule-tasks-when-computer-is-off

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!