From c51d0c38b376ff8e61658a0653937363f2cbdee2 Mon Sep 17 00:00:00 2001 From: Jack Forgash <58153492+forgxyz@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:52:05 -0700 Subject: [PATCH] incr to 3x/hr (#242) --- .github/workflows/dbt_run_scheduled.yml | 4 ++-- .github/workflows/dbt_run_streamline_blocks.yml | 2 +- .github/workflows/dbt_run_streamline_collections.yml | 2 +- .github/workflows/dbt_run_streamline_transaction_results.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dbt_run_scheduled.yml b/.github/workflows/dbt_run_scheduled.yml index 81cf240..c49fb4e 100644 --- a/.github/workflows/dbt_run_scheduled.yml +++ b/.github/workflows/dbt_run_scheduled.yml @@ -4,8 +4,8 @@ run-name: dbt_run_scheduled on: workflow_dispatch: schedule: - # Every 30 minutes (see https://crontab.guru) - - cron: "*/30 * * * *" + # Every 20 minutes (see https://crontab.guru) + - cron: "*/20 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_blocks.yml b/.github/workflows/dbt_run_streamline_blocks.yml index d07efe9..fbd6fe8 100644 --- a/.github/workflows/dbt_run_streamline_blocks.yml +++ b/.github/workflows/dbt_run_streamline_blocks.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # At minute 10, and 40 every hour (see https://crontab.guru) - - cron: "10,40 * * * *" + - cron: "7,27,47 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_collections.yml b/.github/workflows/dbt_run_streamline_collections.yml index b765bee..2e343bc 100644 --- a/.github/workflows/dbt_run_streamline_collections.yml +++ b/.github/workflows/dbt_run_streamline_collections.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # At minute 15, and 45 every hour (see https://crontab.guru) - - cron: "15,45 * * * *" + - cron: "11,31,51 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}" diff --git a/.github/workflows/dbt_run_streamline_transaction_results.yml b/.github/workflows/dbt_run_streamline_transaction_results.yml index 693c2ce..496e4e6 100644 --- a/.github/workflows/dbt_run_streamline_transaction_results.yml +++ b/.github/workflows/dbt_run_streamline_transaction_results.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # At minute 20, and 50 every hour (see https://crontab.guru) - - cron: "20,50 * * * *" + - cron: "15,35,55 * * * *" env: USE_VARS: "${{ vars.USE_VARS }}"