I have a shiny application hosted on Shiny Server commercial which loads a huge database which is in .Rdata format from global.R and my application is failing to load at the first go as it throws 504 error as below and if we refresh the app, it successfully loads.
504 error
I have set "app_init_timeout 300;" in shiny config but the application fails well before that time, infact in less than 60 seconds the app fails with the above error.
Does the app_init_timeout really work in my case or is there any other way that i can get this to work.
Also a lot of the application logs has this on the last line when the app failed to start
I have a shiny application hosted on Shiny Server commercial which was working fine but now the app loads a huge database which is in .Rdata format from global.R and my application is failing to load at the first go as it throws 504 error as below and if we refresh the app now, it successfully loads.
[504 error]
I have set "app_init_timeout 300;" in shiny config but the application fails well before that time, infact in less than 60 seconds the app fails with the above error.
Does the app_init_timeout really work in my case or is there any other way that i can get this to work. below shows my shiny-config
And is there a way to confirm if i have Shiny Server Pro version?
system('shiny-server --version', intern = TRUE); "Shiny Server (Commercial) v1.5.2.764" "Node.js v6.9.1"