Resources

More Control for Your Connect Cloud Deployments

Posit Connect Cloud makes it simple to share your data work online in just minutes. Applications or documents. R or Python. All in one place. Connect Cloud launched new features for programmatic deployment, resource control, and automated scheduling to simplify managing R and Python data applications. - Posit Connect Cloud: https://connect.posit.cloud/ - Documentation: https://docs.posit.co/connect-cloud/ - Blog post: https://posit.co/blog/more-control-for-your-connect-cloud-deployments/

Nov 20, 2025
2 min

image: thumbnail.jpg

Transcript#

This transcript was generated automatically and may contain errors.

Here are three new features that give you even more control on Posit Connect Cloud.

Programmatic deployment from RStudio IDE

Number one, for the first time you can deploy programmatically from the RStudio IDE or any R session thanks to new support in the RSConnect package. For instance, let's look at this Quarto document that we're working on that scrapes data from ESPN.com. I can use the RSConnect package to say Connect Cloud User. This is going to kick off a handshake with Connect Cloud.

I'm going to authorize access, and then I'm going to be able to go back into the IDE to continue with the deployment. Once here, I can pick which account that I want, and I can use another RSConnect command, deploy app, to put this onto Connect Cloud. It's going to confirm which account that I want. So we'll go to Connect Cloud, we'll do our deployment, we'll get all of the dependencies that are needed from our local environment, and now we're going to be able to see this show up on Connect Cloud. And here's the final document.

Fine-grained compute and runtime settings

Number two, set fine-grained compute and runtime settings. So let's go into a Shiny application. This is an A-B test calculator. If I increase the number of conversions on the B side, we're going to see all of a sudden we have statistical significance. But I can also go into edit settings, and we're going to see a bunch of new tabs, one for compute.

Now, this is going to control the memory and the CPU allocated to both your deployment and when the application is running. You can also control runtime settings for application workers and connections. These give you control over how your application runs and scales for concurrent requests and users. Any changes made here do require a republish.

These give you control over how your application runs and scales for concurrent requests and users.

Automated content scheduling

Feature number three, users on paid plans can schedule automated content republishing. Let's go back to our initial Quarto document. If I go into schedule, I can select to enable a schedule for this piece of content. Confirm that I'm looking at East Coast United States. Maybe I want weekly on Monday, Wednesday, and Friday. And let's set this to 5.30 p.m. I save this, and I'm ready for the schedule to repeat at those time intervals.

There you have it, three new features to give you more control on Connect Cloud.