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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -