Reload blocked by simple_scheduler 1

Hi everyone,
I have developed a shiny app that uses the free version of shiny-server in docker containers.
I would like each instance of the app to be used by only one user at a time to avoid collision so I set the parameter "simple_scheduler 1" in my shiny_server.conf file.
My problem is, as soon as I hit the reload button, I get the "Too many users" error page. I need to hit the reload button again for the app to work and this is not an option I want to provide to users.
I understand that the session needs a while to close so I set the parameter "reconnect false" and now I do not need to wait 15 seconds to reload but I still get the "Too many users" error page.
Any idea of how I can solve this issue?
Thanks!

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.