Skip to content

Commit 1d7e216

Browse files
authored
Added info about cron scheduling (#16835)
* added info about cron scheduling * added additional info about cron scheduling
1 parent 64a1c2e commit 1d7e216

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/cloud/getting-started-with-airbyte-cloud.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Setting up a connection involves configuring the following parameters:
9797

9898
For more information, see [Connections and Sync Modes](../understanding-airbyte/connections/README.md) and [Namespaces](../understanding-airbyte/namespaces.md)
9999

100+
If you need to use [cron scheduling](http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html):
101+
1. In the **Replication Frequency** dropdown, click **Cron**.
102+
2. Enter a cron expression and choose a time zone to create a sync schedule.
103+
100104
To set up a connection:
101105

102106
1. On the Airbyte Cloud dashboard, click **Connections** and then click **+ New connection**.

docs/cloud/managing-airbyte-cloud.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,16 @@ These parameters apply to all streams in the connection.
186186

187187
:::
188188

189+
If you need to use [cron scheduling](http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html):
190+
1. In the **Replication Frequency** dropdown, click **Cron**.
191+
2. Enter a cron expression and choose a time zone to create a sync schedule.
192+
193+
:::info
194+
195+
Only one sync per connection can run at a time. If cron schedules a sync to run before the last sync finishes, the sync will start after the last one completes.
196+
197+
:::
198+
189199
In the **Activate the streams you want to sync section**, you can make changes to any stream you choose.
190200

191201
To search for a stream:

0 commit comments

Comments
 (0)