better cron

This commit is contained in:
Eric Laurello 2024-10-11 15:55:18 -04:00
parent 1f201c20e9
commit 8764105923

View File

@ -1,6 +1,6 @@
workflow_name,workflow_schedule
dbt_run_incremental_core,"25,55 6,12 * * *"
dbt_run_incremental_non_core,"33 6,12 * * *"
dbt_run_incremental_core,"15 6,12 * * *"
dbt_run_incremental_non_core,"45 6,12 * * *"
dbt_run_streamline_blocks_txcount_realtime,"0,30 * * * *"
dbt_run_streamline_transactions_realtime,"8,38 * * * *"
dbt_test_tasks,"0,30 * * * *"

1 workflow_name workflow_schedule
2 dbt_run_incremental_core 25,55 6,12 * * * 15 6,12 * * *
3 dbt_run_incremental_non_core 33 6,12 * * * 45 6,12 * * *
4 dbt_run_streamline_blocks_txcount_realtime 0,30 * * * *
5 dbt_run_streamline_transactions_realtime 8,38 * * * *
6 dbt_test_tasks 0,30 * * * *