cloudfoundry - Deploying Shiny app on Bluemix through Cloud Foundry : Fails at 15 mins -


i trying deploy r shiny application on ibm bluemix through cloud foundry. however, fails after 15 minutes every time. attempted change time cf_staging_timeout , cf_startup_timeout variable, did not help.

i not sure how fix issue. below parameters defined in mainfest.yml file:

--- applications:
- name: myshinyapp memory: 500m instances: 1 buildpack: git://github.com/beibeiyang/cf-buildpack-r.git env: cran_mirror: https://cran.rstudio.com cf_staging_timeout: 60 cf_startup_timeout: 60

the env parameters in manifest.yml file valid application container only. change cf_staging_timeout , cf_startup_timeout value have export them in shell (or command line) running cf command line:

for example, if using unix, linux or mac:

export cf_staging_timeout=60 cf push myapp 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -