How to always run reactiveTimer in R shiny?

82 views Asked by At

I have a shiny app hosted on ec2/ubuntu

In the config I have app_idle_timeout 0;

I have a reactiveTimer with session = NULL that needs to run the same piece of code every 30 minutes.

It works perfectly when I have my app opened in my browser window but doesn't run whenever the app window is closed.

Is there any way to force the app to run 24/7 and thus execute the script every 30 min?

0

There are 0 answers