I have an R-Shiny
app that is hosted on Posit Connect Cloud
(Free Plan but I can upgrade to a paid plan if necessary). The app is a prototype, so only 2 of my co-workers sometimes use it.
On start-up, I am reading a big dataset from Google Sheet that sometime makes that app fail to start. Also, when the user spends a lot of time without interacting with the app, it times out (the page greys-out and requires hard reload).
My question there is: I there a setting I can make either somewhere the app code or in Posit Connect Cloud
to prevent this happening?