From 5ca708d99da53a37ce3bedecd9a7ed19a22d6563 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Wed, 9 Apr 2025 09:20:49 -0600 Subject: [PATCH] upd schedule targeting 30 min latency --- .github/workflows/dbt_run_scheduled_core.yml | 4 ++-- .github/workflows/dbt_run_streamline_blocks_realtime.yml | 4 ++-- .github/workflows/dbt_run_streamline_chunks_realtime.yml | 4 ++-- .../workflows/dbt_run_streamline_transactions_realtime.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled_core.yml b/.github/workflows/dbt_run_scheduled_core.yml index 83f6305..a44a121 100644 --- a/.github/workflows/dbt_run_scheduled_core.yml +++ b/.github/workflows/dbt_run_scheduled_core.yml @@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_core on: workflow_dispatch: schedule: - # Runs every 20 minutes (see https://crontab.guru) - - cron: "*/20 * * * *" + # Runs on 25 and 55 minutes (see https://crontab.guru) + - cron: "25,55 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_blocks_realtime.yml b/.github/workflows/dbt_run_streamline_blocks_realtime.yml index 3f2c2ff..59df9e8 100644 --- a/.github/workflows/dbt_run_streamline_blocks_realtime.yml +++ b/.github/workflows/dbt_run_streamline_blocks_realtime.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_blocks_realtime on: workflow_dispatch: schedule: - # Runs twice an hour - - cron: "0,30 * * * *" + # Runs on 5 and 35 minutes (see https://crontab.guru) + - cron: "5,35 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_chunks_realtime.yml b/.github/workflows/dbt_run_streamline_chunks_realtime.yml index 73b7418..6466b41 100644 --- a/.github/workflows/dbt_run_streamline_chunks_realtime.yml +++ b/.github/workflows/dbt_run_streamline_chunks_realtime.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_chunks_realtime on: workflow_dispatch: schedule: - # Runs twice an hour - - cron: "5,35 * * * *" + # Runs on 10 and 40 minutes (see https://crontab.guru) + - cron: "10,40 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_transactions_realtime.yml b/.github/workflows/dbt_run_streamline_transactions_realtime.yml index a5b828f..7a53974 100644 --- a/.github/workflows/dbt_run_streamline_transactions_realtime.yml +++ b/.github/workflows/dbt_run_streamline_transactions_realtime.yml @@ -4,7 +4,7 @@ run-name: dbt_run_streamline_transactions_realtime on: workflow_dispatch: schedule: - # Runs twice an hour + # Runs on 15 and 45 minutes (see https://crontab.guru) - cron: "15,45 * * * *" env: