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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -