Syncing more frequently than cron setting

  • Is this your first time deploying Airbyte?: Yes
  • OS Version / Instance: Ubuntu
  • Memory / Disk: 64gb / 150gb
  • Deployment: Docker
  • Airbyte Version: 0.42.0
  • Source name/version: MySQL 2.0.0
  • Destination name/version: S3 0.3.21
  • Step: Sync frequency is ~1min rather than the 30 min cron setting
  • Description: We have our airbyte replication frequency set to cron = */30 * * * * ? UTC (every 30 min) but the replication actually pulls nearly every minute. Sometimes we run into networking source connection failures that eventually resolve themselves in time and I expect catchup jobs to run immediately in succession, but at this point we have had jobs running every minute for 12+ hours. Why might this happen?