CRON,"1537161146.7513",,"2018-09-17 10:42:26",“启动工作流-由于再次运行的时间还没有完成”
INFO RecurringInvoice -尚未准备好运行,因为再次运行的时间尚未完成。
INFO SendReminder -尚未准备好运行,因为再次运行的时间尚未完成。
INFO MailScanner -尚未准备好运行,因为再次运行的时间尚未完成。
信息计划导入-未准备好运行,因为再次运行的时间尚未完成
INFO ScheduleReports -尚未准备好运行,因为再次运行的时间尚未完成。
CRON,"15
我有一个简单的脚本,每天使用cronR在设定的时间运行一个模型。是否有人知道如何指定实现cron作业的时区。
这是我的简单剧本
# create the command to execute the R script
exec_model <- cron_rscript(rscript = path_model, cmd = file.path('/usr/local/bin/Rscript'), log_append = FALSE)
# add the command and specify the days/times to start
cron_add(com