Skip to content

Commit

Permalink
refresh rate (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinFlipside authored Sep 6, 2023
1 parent 5d11f40 commit e51e8f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dbt_run_incremental_non_realtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ run-name: dbt_run_scheduled_non_realtime
on:
workflow_dispatch:
schedule:
# Runs at minutes 0,12,24,36,48 (see https://crontab.guru)
- cron: '0,12,24,36,48 * * * *'
# Runs at minutes 10 and 40 (see https://crontab.guru)
- cron: '10,40 * * * *'

env:
DBT_PROFILES_DIR: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dbt_run_streamline_chainhead.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_chainhead
on:
workflow_dispatch:
schedule:
# Runs at minutes 6,18,30,42,54 (see https://crontab.guru)
- cron: '6,18,30,42,54 * * * *'
# Runs at minutes 0 and 30 (see https://crontab.guru)
- cron: '0,30 * * * *'

env:
DBT_PROFILES_DIR: ./
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dbt_run_streamline_decoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ run-name: dbt_run_streamline_decoder
on:
workflow_dispatch:
schedule:
# Runs at minutes 7,19,31,43,55 (see https://crontab.guru)
- cron: '7,19,31,43,55 * * * *'
# Runs at minutes 20 and 50 (see https://crontab.guru)
- cron: '20,50 * * * *'

env:
DBT_PROFILES_DIR: ./
Expand Down

0 comments on commit e51e8f4

Please sign in to comment.