> For the complete documentation index, see [llms.txt](https://oiadocs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oiadocs.cloudfabrix.io/features-guide/rda/explore/schedules.md).

# Schedules

A series of things to be done or of events to occur at or during a particular time or period. In the context of cfxOIA RDA pipelines construct, a schedule is a particular time or period that project admins preconfigure in order to run a pipeline or pipelines.

Schedules allow admins to perform nightly or periodic job execution for data updates and/or the periodic collection or to perform a logical task (e.g. Nagios alert enrichment or CMDB data collection or vROps attributes enrichment, etc).

cfxOIA RDA provides 'Schedules' functionality allowing users to define/create schedules to perform periodic execution of pipelines. The following screenshot depicts 'Schedules' UI functionality:

![RDA Schedules UI ](/files/-MaRELHR-mUdqJ8LPAr4)

&#x20;Important elements that are depicted as part of Schedules UI are as follows:

Schedule Name, Description, Continue On Pipeline failure, Frequency, Cron Expression, etc.&#x20;

Users can add schedules using the '+' action button provided on the main landing page of 'Schedules' UI as shown below.

![ Screenshot depicts on how users can add 'Schedules' via UI](/files/-MaRG9lxUdDuRd-bZTte)

Once users click the '+' action, button, RDA UI pops up the following UI to set up a schedule for a pipeline as shown below.

![](/files/-MaRH5NUdRcofUMni9B-)

![](/files/-MaRHHPtFcQSa9wxQOIk)

An example schedule for the 'Nagios' enrichment pipeline is captured via the following screenshots. Users will be able to use this as a reference to create other pipeline schedules.

![Scheduled Nagios UI](/files/-MaRI7yOGMY-XHkFpDiy)

![](/files/-MaRJ5Hib-YmtzFVcisK)

Schedules UI provides the following action buttons (as shown in the screenshot)

![](/files/-MaRFOU6J0ut5Lzj8TNH)

#### Details&#x20;

Details action button provides job execution details (as per scheduled as shown below)

![](/files/-MaRKZXc_FuuzZIUXzqY)

#### Edit&#x20;

The edit action button allows the users to edit previously configured schedules.

#### Disable&#x20;

This action button will disable previously configured schedules.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://oiadocs.cloudfabrix.io/features-guide/rda/explore/schedules.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
