kept mins the same

This commit is contained in:
Mike Stepanovic 2024-12-09 11:47:49 -07:00
parent c7856bd01f
commit 66f3466dff

View File

@ -2,5 +2,5 @@ workflow_name,workflow_schedule
dbt_run_streamline_blocks_realtime,"5,35 * * * *"
dbt_run_core,"20,50 * * * *"
dbt_test_tasks,"0,30 * * * *"
dbt_run_non_core,"0 */3 * * *"
dbt_run_non_core,"25 */3 * * *"
dbt_test_recent,"20 */4 * * *"
1 workflow_name workflow_schedule
2 dbt_run_streamline_blocks_realtime 5,35 * * * *
3 dbt_run_core 20,50 * * * *
4 dbt_test_tasks 0,30 * * * *
5 dbt_run_non_core 0 */3 * * * 25 */3 * * *
6 dbt_test_recent 20 */4 * * *