Sage-Bionetworks / data_curator

Data and metadata ingress app
Apache License 2.0
10 stars 21 forks source link

Increase instance size of shinyapps.io default #348

Closed afwillia closed 1 year ago

afwillia commented 2 years ago

Research if it's possible to set the default instance size from 1GB to at least 8GB.

afwillia commented 2 years ago

added to shinydeploy workflow using rsconnect::configure(..., size='xxxlarge') https://github.com/Sage-Bionetworks/data_curator/commit/696246dd5d7f354575c7be61da88e514f27db5f6

afwillia commented 2 years ago

The above command causes an error after the first deployment. https://github.com/Sage-Bionetworks/data_curator/issues/396 Try adding logic in the workflow to only set the size if the app does not exist.

afwillia commented 1 year ago

Fixed in https://github.com/Sage-Bionetworks/data_curator/pull/477