Scheduling

Reports that are published with source code can be re-executed by Posit Connect. See the Publish Source Code section to learn how to publish R Markdown reports and the rsconnect-jupyter User Guide to learn how to publish a Jupyter Notebook.

Note

Administrators can view a list of all scheduled content on a Connect server in the Dashboard web interface, under the Admin > Scheduled Content tab.

Re-executing content can either be done manually or on a schedule. After navigating to the Schedule panel in the configuration window, you might see a message stating that “The source code for this content was not published. The output cannot be refreshed.” If this is the case, then you need to publish source code before it is possible to schedule your content.

Schedule panel example with no source code.

Similarly, applications or R Markdown and Quarto documents with a Shiny runtime cannot be scheduled. Applications show the latest data each time they are refreshed.

**Schedule** panel example for a Shiny document.

In other cases the Schedule panel provides options to schedule your asset for execution on Connect.

Schedule panel showing all options.

Date and Time

The start Date and Time defaults to the current user’s date, time, and timezone. If applicable, report execution for daylight savings time (DST) is based on the timezone selected.

If you choose a start date and time in the past, execution begins at the first future execution that satisfies Schedule Type, measured from the time that changes are saved.

Note

The simplest way to schedule report execution for multiple times a day is to set up an interval defined in hours. A schedule defined in minutes or hours will not be affected by daylight savings time.

Schedule Type

The Schedule Type and related fields determine how frequently the R Markdown document is executed by Connect. Using the Date and Time above as an anchor, Schedule Type defines the time interval between executions.

The following interval configurations are all supported:

  • defined in minutes
    • e.g.: “every 15 minutes”
    • e.g.: “every 90 minutes”
  • defined in hours
    • e.g.: “every 3 hours”
    • e.g.: “every 25 hours”
  • defined in days
    • e.g.: “every 2 days”
    • e.g.: “every 40 days”
  • every weekday
    • e.g.: “Monday, Tuesday, Wednesday, Thursday, Friday”
  • defined in weeks (on select days of the week)
    • e.g.: “every week on Tuesday and Thursday”
    • e.g.: “every 8 weeks beginning on a designated date”
  • semi-monthly (1st and 15th)
    • e.g.: “on the 1st and 15th of every month”
  • semi-monthly (14th and last)
    • e.g.: “on the 14th and last day of every month”
  • monthly on a given day of the month
    • e.g.: “every 2 months on the 3rd”
    • e.g.: “every 8 months on the 30th”
  • monthly on a week / day
    • e.g.: “every 3 months on the 3rd Tuesday of the month”
    • e.g.: “every 9 months on the 1st Saturday of the month”
  • defined in years
    • e.g.: “every 2 years”
    • e.g.: “every 8 years”

Publish output

When content executes, you can decide whether or not the output is saved and published to Connect. If the output is not published after it is generated, then emails are sent and side-effects such as database writes occur, but the report output is not saved on Connect. Further, there will be no output history (See Report History for more information).

In order to save and publish output as well as track the history of output on Connect, keep the Publish Output box checked.

Send email

This section of the schedule configuration determines if and where emails are delivered after execution. If checked, the owner of the content will always be notified unless they opt out. Further, content output can be sent to:

  • all collaborators
  • all viewers
  • server broadcast (may be unavailable in your configuration)
  • named additional recipients

By default, the rendered content is attached and Connect generates a standard subject line and email body. For more information on the ability to customize this email, see the section on email customization.

Note

You cannot schedule content to be sent to additional recipients that are not Connect users. However, you can send emails to additional recipients that are on your LDAP server, even if they haven’t logged into Connect.

If you are having difficulty sending emails, contact your Posit Connect administrator.

Failure notifications

Posit Connect sends an email notification when there is a report rendering error event. Rendering errors may occur on first-publish, or as a result of a scheduled run. By default Connect sends the notification email to the content owner and all named collaborators. A Connect administrator can change this behavior so that only content owners receive notification emails with the Applications.NotificationsToOwnerOnly configuration setting. This setting also controls whether collaborators receive application error notifications and content access request emails.

Server broadcast

If your Posit Connect server administrator has enabled Connect with the Server.MailAll configuration setting, you may be able to send email as a Server Broadcast. This means that everyone who has logged in to Connect before receives a copy of your scheduled report.

Screenshot of the **Schedule** panel with the **Server Broadcast** option selected.

Note

If there are groups added as viewers or collaborators to the content, the user members will not be emailed in a server broadcast if they have never logged in.