Open lfagliano opened 1 year ago
Hi, there is currently not such an option. I think the best solution would be to try to fix the issue when users re-open the app. You could try running the app as a standalone docker app, open the app in your browser and try to refresh the page in order to see whether you can reproduce the issue and fix it hopefully.
Hello!
Thank you for your repo and documentation, it has been very useful on deploying my apps.
However, I am having a problem right now, where an app, which utilizes a SQL connection, has some weird interactions when clicking the home button on the top bar.
What is happening:
IF they click back on the app before 60 seconds:
IF they wait for more than 60 seconds:
Behind the scenes I have noticed some things:
What I tried:
heartbeat-timeout
option to the app, this manages to terminate the container - BUT when they launch the app again, it is a blank white screen, and a container is not created.Hence the question, is there anyway of releasing the proxy after the user clicks the home page button?