From 07594c20e98904617dd8d7d07ba456cab61c8670 Mon Sep 17 00:00:00 2001 From: forgash_ Date: Mon, 30 Oct 2023 13:48:34 -0600 Subject: [PATCH] upd streamline schedule --- .../workflows/dbt_run_streamline_blocks_hash_realtime.yml | 5 ++--- .github/workflows/dbt_run_streamline_realtime.yml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dbt_run_streamline_blocks_hash_realtime.yml b/.github/workflows/dbt_run_streamline_blocks_hash_realtime.yml index 63a5cbb1..5c202e41 100644 --- a/.github/workflows/dbt_run_streamline_blocks_hash_realtime.yml +++ b/.github/workflows/dbt_run_streamline_blocks_hash_realtime.yml @@ -3,10 +3,9 @@ run-name: dbt_run_streamline_blocks_hash_realtime on: workflow_dispatch: - # Note, disabling schedule during latency experiments. Can likely delete at a later date. - # schedule: + schedule: # Runs "every 10 mins" (see https://crontab.guru) - # - cron: '*/10 * * * *' + - cron: '*/10 * * * *' env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_realtime.yml b/.github/workflows/dbt_run_streamline_realtime.yml index d9122164..7d862928 100644 --- a/.github/workflows/dbt_run_streamline_realtime.yml +++ b/.github/workflows/dbt_run_streamline_realtime.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_realtime on: workflow_dispatch: schedule: - # Runs "every 15 minutes" (see https://crontab.guru) - - cron: '*/15 * * * *' + # Runs 3 minutes after block hash job (see https://crontab.guru) + - cron: "3,13,23,33,43,53 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}"