diff --git a/.github/workflows/dbt_run_incremental_non_realtime.yml b/.github/workflows/dbt_run_incremental_non_realtime.yml index ea33a91..e7f14a9 100644 --- a/.github/workflows/dbt_run_incremental_non_realtime.yml +++ b/.github/workflows/dbt_run_incremental_non_realtime.yml @@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_non_realtime on: workflow_dispatch: schedule: - # Runs "At minute 40, every hour" (see https://crontab.guru) - - cron: '40 * * * *' + # Runs at minutes 4,16,28,40,52 (see https://crontab.guru) + - cron: '4,16,28,40,52 * * * *' env: DBT_PROFILES_DIR: ./ @@ -42,4 +42,4 @@ jobs: dbt deps - name: Run DBT Jobs run: | - dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m tag:non_realtime tag:streamline_decoded_logs_complete tag:streamline_decoded_logs_realtime \ No newline at end of file + dbt run --threads 8 --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m tag:non_realtime tag:streamline_decoded_logs_complete tag:streamline_decoded_logs_realtime \ No newline at end of file diff --git a/.github/workflows/dbt_run_streamline_chainhead.yml b/.github/workflows/dbt_run_streamline_chainhead.yml index cc5f38a..0665ecd 100644 --- a/.github/workflows/dbt_run_streamline_chainhead.yml +++ b/.github/workflows/dbt_run_streamline_chainhead.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_chainhead on: workflow_dispatch: schedule: - # Runs "at minute 25 and 55, every hour" (see https://crontab.guru) - - cron: '25,55 * * * *' + # Runs at minutes 9,21,33,45,57 (see https://crontab.guru) + - cron: '9,21,33,45,57 * * * *' env: DBT_PROFILES_DIR: ./ diff --git a/.github/workflows/dbt_run_streamline_decoder.yml b/.github/workflows/dbt_run_streamline_decoder.yml index 40516ec..32fc23c 100644 --- a/.github/workflows/dbt_run_streamline_decoder.yml +++ b/.github/workflows/dbt_run_streamline_decoder.yml @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_decoder on: workflow_dispatch: schedule: - # Runs “At minute 55, every hour.” (see https://crontab.guru) - - cron: '55 * * * *' + # Runs at minutes 10,22,34,46,58 (see https://crontab.guru) + - cron: '10,22,34,46,58 * * * *' env: DBT_PROFILES_DIR: ./