Deployment settings for permanently up Shiny app

Hello all,

I am deploying a tracking board Shiny app that will be displayed at several monitors at all times, with no user interaction. Essentially, the app detects changes in the source data via reactiveFileReader, and the content of the application changes reactively. Ideally, these apps should stay open indefinitely without any user intervention needed. In Connect, what is the best way to avoid connection timeouts, and in the event that the connection does timeout, is there a way to refresh the app automatically?

Thank you!

@dwhdai - you can set the timeout values for your application to 0. See: https://docs.rstudio.com/connect/1.7.8/user/settings-panel.html#timeout-configurations

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.