I have a shiny app that works locally but does take a long time to get started - longer than 60 seconds. On shinyapps.io this leads to the error
Unable to connect to worker after 60.00 seconds; startup took too long.
The logs are all ok, they show that, yeah, it's taking a long time to start up. What is the minimum plan I need in order to let it load for as long as it needs to so it can be called by a user? It's for a school project, so it won't get that much traffic, I just need it to run.