cronR cronjob在ubantu /本地系统上工作,但在Shinyapp.io中不工作

时间:2019-04-18 14:17:13

标签: r shiny shinydashboard shinyapps

在Shinyapp.io上部署后,Cron Job无法正常工作

我们正在尝试通过cronR在Shinyapp中安排一些作业,该作业在本地系统上运行,但是直到我们将其部署在Shinyapp.io服务器上时,它才会显示以下错误。

@RestController //or @Controller or @{any annotation that declares a component}
public class MyService{
  @Autowired
  DocxToHtmlConverter docxToHtmlConverter;

  public void convertFile(){
    docxToHtmlConverter.docxToHtml("File.docx",".File.html");
  }   
}

0 个答案:

没有答案