Setting more frequent sync in Airbyte OSS version

Summary

Inquiring about setting more frequent sync intervals in Airbyte OSS version compared to the cloud-only paid feature.


Question

is there anyway to set a sync to be more often than one hour in the oss version or is that a cloud-only paid feature?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["sync-intervals", "oss-version", "cloud-only", "paid-feature"]

Just use a custom cron expression and you can set it to whatever you like (we’re doing every 30 minutes, as an example):
0,30 * * * *
https://crontab.guru if you’re less than familiar with cron :slightly_smiling_face:

I didn’t even see the Cron option