App timeout when deployed with Docker #586
Unanswered
fmmattioni
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What does the .yaml file look like? I'm not sure how Digital Ocean works, but can you set deployment options such as timeout via a field in the .yaml file? The hacky solution looks like it could potentially fill up your logs with a lot of dots, so that would be inconvenient. 🙃 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone!
I have been recently using the app platform from digitalocean to deploy a golem app: https://www.digitalocean.com/products/app-platform/.
Deployment couldn't be easier: just set up a
.yaml
in the github repo, and they do the rest (recognize theDockerfile
in the repo, redeploy at every push, etc)...One thing I noticed, though, is that when the app is deployed like this, it always times out (or grays out) after about 2 minutes of inactivity. Have any of you experienced something like this before? If so, what could be the most appropriate solution for this?
I am tempted to try this one out: https://stackoverflow.com/questions/54594781/how-to-prevent-a-shiny-app-from-being-grayed-out/54604662#54604662, but it feels a bit hacky than a definitive solution.
Thank you!
Felipe
Beta Was this translation helpful? Give feedback.
All reactions